Commit Graph

48 Commits

Author SHA1 Message Date
Sridhar Ratnakumar
107e8f43fb
chore(doc): use standalone sentence 2024-06-15 10:10:05 -04:00
shivaraj-bh
e7eb9dec41 feat(open-webui): init
ported from:
https://github.com/shivaraj-bh/ollama-flake/blob/main/services/open-webui.nix

This was also recently upstreamed to
[nixpkgs](https://github.com/NixOS/nixpkgs/tree/master):
https://github.com/NixOS/nixpkgs/pull/316248

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2024-06-14 03:11:07 +05:30
shivaraj-bh
14a3740710 docs(ollama): Embed X demo 2024-06-14 00:12:43 +05:30
Sridhar Ratnakumar
4cb3824de9
chore(docs): ollama: better intro, and GPU pointers 2024-06-13 14:12:56 -04:00
shivaraj-bh
76f6081f51 chore(docs): Use the existing environment option in weaviate service 2024-06-13 11:28:04 +05:30
shivaraj-bh
c9e553879a chore(docs): add ollama to list of services 2024-06-12 17:23:39 +05:30
shivaraj-bh
d84efa4788 feat(ollama): init
ported from
https://github.com/shivaraj-bh/ollama-flake/blob/main/services/ollama.nix

Also see the nixos module:
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/ollama.nix
2024-06-12 16:09:12 +05:30
Sridhar Ratnakumar
8d64812420 docs(postgresql): Add more elaborate example 2024-06-05 15:27:58 +05:30
Sridhar Ratnakumar
3412c51029
docs(datadir): Add context to this gotcha 2024-06-04 13:55:42 -04:00
Sridhar Ratnakumar
f7e6af5ec3
docs(start): Improve a bit 2024-06-04 13:51:23 -04:00
shivaraj-bh
24a7b57527 chore: run grafana test only on Linux; document that it is broken on Darwin 2024-06-03 22:08:35 +05:30
Mahdi Seyedan
2fba2e0009
feat: Add Weaviate service (#195)
resolves #90
2024-05-28 12:30:40 +05:30
Tim
c6b5977f65
feat: add tempo service (#192) 2024-05-19 17:06:45 +05:30
Shivaraj B H
18d5c1d168
fix(postgres): empty socketDir by default (#160)
resolves #139 

> empty `unix_socket_directories` means not listening on any Unix-domain sockets, in which case only TCP/IP sockets can be used to connect to the server.

see: https://www.postgresql.org/docs/current/runtime-config-connection.html#GUC-UNIX-SOCKET-DIRECTORIES

* use TCP/IP by default for health check
2024-03-26 18:44:11 +05:30
Shivaraj B H
f8110887f1
docs(mysql): init (#157) 2024-03-21 15:04:28 +05:30
shivaraj-bh
fd961ce2aa docs: redis-cluster is folgezettel child of redis service 2024-03-21 08:31:19 +05:30
Shivaraj B H
e706d9301c
docs: create placeholders (#156) 2024-03-21 00:27:36 +05:30
Sridhar Ratnakumar
291e7be83a chore(docs): Put pgAdmin under postgresql and link 2024-03-13 08:25:38 -04:00
Sridhar Ratnakumar
c7d48bbc87 chore(doc): Slugs must be flat
Should be:
- http://127.0.0.1:5566/services-flake/datadir

Not:
- http://127.0.0.1:5566/services-flake/guide/datadir
2024-03-13 08:01:41 -04:00
Sridhar Ratnakumar
67ac470c2d chore(docs): Fix a few things about docs 2024-03-13 07:58:17 -04:00
Shivaraj B H
67b4741f7b
docs: (readme) link to datadir doc from cfp; (index) add guide (#150)
- `Guide` page is not a child of `services-flake` in
<https://community.flake.parts> page:

<img width="288" alt="Screenshot 2024-03-13 at 3 54 20 PM"
src="https://github.com/juspay/services-flake/assets/23645788/58f31702-ac4b-4338-83eb-e7a69c1ea705">


- Link to a more detailed datadir documentation in README
2024-03-13 16:05:01 +05:30
Sridhar Ratnakumar
7e2e1fa909
chore(docs): Use cfp module (#149)
This enables us to preview the whole community.flake.parts (live server
or static site) in the context of the local docs (./doc).

Uses https://github.com/flake-parts/community.flake.parts/pull/52
2024-03-12 19:33:56 -04:00
Shivaraj B H
0db2423f20
docs(postgres): init; specify unix-domain socket length limitation (#147)
Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2024-03-13 00:56:57 +05:30
Shivaraj B H
fb48b6b612
docs(guide): dataDir init; unix-domain socket length limitation (#144)
---------

Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2024-03-12 22:35:35 +05:30
Sridhar Ratnakumar
ead595bbfd docs: Fix broken link 2024-03-07 15:34:34 -05:00
Sridhar Ratnakumar
6c1e71c242 docs: Have canonical services list
Without todos or referencing Nix code in .md.
2024-03-07 13:58:11 -05:00
Shivaraj B H
1ae2579853
docs: add motivation for creating services-flake (#125)
resolves #124 and #123

---------

Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2024-03-07 22:10:16 +05:30
Sridhar Ratnakumar
679abde41d docs: Fix nix shell command 2024-03-06 23:25:26 +05:30
Shivaraj B H
d8b6d22c5c
use small-case x to mark a task as complete
With X, the final render is not a checkbox, but it is rendered as is.
2024-03-04 00:13:19 +05:30
Abhishek Singh
6aeb0eafe6
cassandra: init service (#116)
* cassandra: init service

* cassandra: add cassandra/conf files

* cassandra_test: change package to cassandra_4

* update readiness_probe

* update cassandra_test

* cassandra: add doc

* cassandra_4 doesn't require python-2

---------

Co-authored-by: shivaraj-bh <sbh69840@gmail.com>
2024-03-03 16:07:36 +05:30
Abhishek Singh
5e48c5a965
add pgAdmin service (#115) 2024-02-29 18:10:22 +05:30
Abhishek Singh
bdd6dde41a
add prometheus service (#114)
* prometheus: init service

* prometheus: add doc

* prometheus: update doc
2024-02-28 11:00:52 +05:30
shivaraj-bh
87ad31ec21 add contribuiting to index; set order of contributing to -9
contributing will appear after Getting started in the sidebar
2024-02-27 06:26:10 -05:00
Shivaraj B H
c0a1021f54
Development and contribution guidelines (#112)
---------

Co-authored-by: Sridhar Ratnakumar <srid@srid.ca>
Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2024-02-24 17:54:57 +05:30
Abhishek Singh
625f207034
add grafana service (#108) 2024-02-22 22:25:51 +05:30
Abhishek Singh
76beca31cc
change clickhouse extraConfig type to yaml (#99)
* change clickhouse `extraConfig` type to yaml

* update clickhouse doc
2024-02-19 11:08:14 +05:30
Sridhar Ratnakumar
9411399310
doc: Flatten index note (#93) 2024-02-09 12:51:13 -05:00
roman-bodavskiy
a0bde519ed
clickhouse init script (#91)
* clickhouse init script

* clickhouse schema test

* clickhouse folder

* docs: add initialDatabases to tips & tricks

* docs: use heading anchor

* add TODO to find an alternative to start clickhouse-server during init

---------

Co-authored-by: shivaraj-bh <sbh69840@gmail.com>
2024-02-07 22:03:06 +05:30
Sridhar Ratnakumar
44b50d51ec
docs/clickhouse: Use heading anchors (#86) 2024-01-24 23:04:28 +05:30
Sridhar Ratnakumar
653a230f73
docs/clickhouse: add intro (#87) 2024-01-24 22:16:17 +05:30
Shivaraj B H
af4af40169
Add Clickhouse service (#85) 2024-01-24 20:54:26 +05:30
Shivaraj B H
8c396234dc
[Docs] Home page and getting started (#83) 2024-01-21 17:59:30 +05:30
Sridhar Ratnakumar
2e58b4a5b6 doc: Port to Emanote 2024-01-16 03:44:25 -05:00
Sridhar Ratnakumar
c34121a311 doc: edit; add wip status 2023-07-21 14:08:44 -04:00
Sridhar Ratnakumar
321ef32a28 doc: title 2023-07-18 16:56:59 -04:00
Sridhar Ratnakumar
4256405076 doc: sidebar pos 2023-07-18 16:44:14 -04:00
Sridhar Ratnakumar
978bbbc408 docs: Initialize (for zero-to-flakes) 2023-07-18 10:49:16 -04:00
Sridhar Ratnakumar
80b6ef6dc5 readme: move demo.gif 2023-07-18 10:49:07 -04:00