Giulio De Pasquale
2b17b0b463
refactor(architect/llm.nix): simplify and clean up configuration
...
- Removed unused frontend domain, port, and listen address variables
- Centralized `ollamaHost` and `ollamaPort` usage
- Cleaned up commented-out sections for future reference or removal
- Ensured consistent placement of `acceleration` in the `services.ollama` block
2024-11-18 19:56:48 +00:00
Giulio De Pasquale
38644cc57f
feat(architect/options.nix): add recommendedProxySettings option
...
- Introduced `recommendedProxySettings` to force the use of recommended proxy configuration.
- Updated location configuration to include `recommendedProxySettings`.
2024-11-17 20:31:13 +00:00
Giulio De Pasquale
5d090a32bd
fix(headscale.nix): update domain and package reference
...
- Updated `domain` to use a single string "vipienne.giugl.io"
- Changed `headscalePkg` to use the stable `pkgs.headscale` instead of `pkgs.unstablePkgs.headscale`
- Corrected `base_domain` in `dns_config` to use the updated `domain` variable
2024-11-17 20:30:42 +00:00
Giulio De Pasquale
15448ebc67
fix(nextcloud.nix): update Nextcloud package to version 30
2024-11-17 20:30:21 +00:00
Giulio De Pasquale
4cbf34f0bf
feat(architect/default.nix): add teslamate and postgres services
2024-11-17 20:30:11 +00:00
Giulio De Pasquale
48f370d9a4
refactor(architect/llm.nix): comment out frontend vhost and container configurations
...
- Commented out the `frontendDomain` vhost configuration
- Updated backend port to use `ollamaPort`
- Added `recommendedProxySettings = false;` for backend vhost
- Commented out the entire OCI containers section for `ollama-webui`
2024-11-17 20:29:57 +00:00
Giulio De Pasquale
2602da324e
refactor(matrix.nix): remove unused PostgreSQL configuration
...
- Removed the commented-out and unused `postgresql` service configuration from `matrix.nix`.
2024-11-17 20:29:37 +00:00
Giulio De Pasquale
3dc81c6c49
fix(nginx.nix): enable recommended proxy settings
...
- Enabled `recommendedProxySettings` in the Nginx configuration
2024-11-17 20:29:23 +00:00
Giulio De Pasquale
9f01055530
fix(postgres.nix): update configuration path to use services.postgresql
...
- Changed the configuration path from `postgresql` to `services.postgresql` for consistency and correctness.
2024-11-17 20:29:10 +00:00
Giulio De Pasquale
2dc8e1b1a3
factor(teslamate.nix): update domain, ports, and service configuration
...
- Updated domain to `tesla.giugl.io`
- Added separate ports for TeslaMate (`11234`) and Grafana (`11334`)
- Configured proxy settings for websockets in `/` and `/live/websocket` locations
- Added `/grafana` location with appropriate configuration
- Updated `services.teslamate` to include port, listen address, secrets file, virtual host, PostgreSQL server, and Grafana settings
2024-11-17 20:28:53 +00:00
Giulio De Pasquale
71f4de2804
feat: teslamate
2024-11-16 13:19:23 +00:00
Giulio De Pasquale
60eccadaa8
Stabilize sunshine
2024-10-31 12:48:45 +00:00
Giulio De Pasquale
f7f1da25ed
refactor: use sunshine service
2024-10-31 08:33:56 +00:00
Giulio De Pasquale
2487717aaf
fix(ollama): DNS resolution in LAN
2024-10-07 13:05:45 +01:00
Giulio De Pasquale
8f288db067
fix(prowlarr): enable websockets
2024-10-07 12:10:50 +01:00
Giulio De Pasquale
c6a0389845
fix(docker): use correct field after 24.05
2024-10-07 12:09:38 +01:00
Giulio De Pasquale
74efccbdb6
refactor(dns): simplify DNS config and associate architect domain to every interface
2024-10-07 12:09:12 +01:00
Giulio De Pasquale
485b1f6b33
feat(architect): enable jellyseer
2024-09-10 15:44:04 +01:00
Giulio De Pasquale
ec75c4451d
feat: added jellyseer
2024-09-10 15:43:33 +01:00
Giulio De Pasquale
7859115187
fix(architect): removed junk
2024-07-16 22:01:33 +01:00
Giulio De Pasquale
f433081a8e
fix(nvidia): remove nvidia patch (upcoming sunshine doesn't need it)
2024-07-13 14:27:43 +01:00
Giulio De Pasquale
63bf91a95a
fix(sunshine): error out on scripts
2024-06-30 17:44:43 +01:00
Giulio De Pasquale
e231bb701a
fix(libreddit): configure service with default settings and use unstable redlib package
2024-06-30 17:44:30 +01:00
Giulio De Pasquale
d76ccbe564
feat(ollama): configure environment variables for ollama service
...
- Updated `services.ollama` to include `environmentVariables` object
- Configured `OLLAMA_ORIGINS`, `OLLAMA_FLASH_ATTENTION`, and `OLLAMA_NUM_PARALLEL` variables
- Changed the value of `OLLAMA_NUM_PARALLEL` to "2" from "3"
2024-06-04 22:50:49 +01:00
Giulio De Pasquale
e06abe1474
Bump to 24.05
2024-06-01 11:41:26 +01:00
Giulio De Pasquale
86689e4bc6
ollama: removed commented-out docker
2024-05-27 13:39:06 +01:00
Giulio De Pasquale
3e2e530d49
llm: re-use ollama upstream
2024-05-23 23:45:48 +01:00
Giulio De Pasquale
404a53135c
ollama: use docker
2024-05-14 17:09:45 +01:00
Giulio De Pasquale
689f339225
Deleted sunshine-ui.patch
2024-05-14 17:06:51 +01:00
Giulio De Pasquale
d73befc2ee
sunshine: use upstream
2024-05-14 17:06:11 +01:00
Giulio De Pasquale
6a4c92334f
llm: fixed webui ollama uri
2024-04-28 01:29:48 +01:00
Giulio De Pasquale
d5abd4efa8
nginx: ignore proxy settings to allow streaming ollama
2024-04-17 17:02:22 +01:00
Giulio De Pasquale
45fe5111d2
navidrome: open to WAN
2024-04-17 17:01:59 +01:00
Giulio De Pasquale
0e82ac644b
llm: remove unused config arg
2024-04-17 17:01:45 +01:00
Giulio De Pasquale
57f5b0a4e2
ollama: fix proxying
2024-04-02 22:56:17 +01:00
Giulio De Pasquale
ed70646087
sunshine: fixed resolution script invocation, use fixed fork for framepacing
2024-04-02 16:41:15 +01:00
Giulio De Pasquale
794974dd09
sunshine: set env vars for DXVK
2024-03-27 19:04:32 +00:00
Giulio De Pasquale
567b384537
sunshine: fixed paths for nvidia tools
2024-03-15 10:44:57 +00:00
Giulio De Pasquale
6219046bbe
sunshine: more modelines
2024-03-14 16:22:30 +00:00
Giulio De Pasquale
09d2d8ed52
sunshine: added 1440p modelines
2024-03-14 16:18:19 +00:00
Giulio De Pasquale
42c0b804fb
sunshine: use nvidia-smi and settings from nvidia-x11
2024-03-14 15:55:37 +00:00
Giulio De Pasquale
73ed58dbdc
sunshine: refactor module, reorder things around
2024-03-14 15:49:02 +00:00
Giulio De Pasquale
c1c2a75ac4
sunshine: move pkgs use in resolution script and remove them from path of systemd service
2024-03-14 15:41:14 +00:00
Giulio De Pasquale
3b0e625c1a
sunshine: disable triple buffer, ignore edid freqs
2024-03-14 15:12:01 +00:00
Giulio De Pasquale
32dc2af002
ollama: use native ollama
2024-03-14 11:55:56 +00:00
Giulio De Pasquale
8768e555df
navidrome: reenable beets-import and update
2024-03-14 11:07:35 +00:00
Giulio De Pasquale
5d27c4829e
navidrome: use music.giugl.io
2024-03-14 11:07:18 +00:00
Giulio De Pasquale
0fb14ce253
lidarr: move to architect options
2024-03-14 11:06:51 +00:00
Giulio De Pasquale
c0ceb7729a
architect: enabled navidrome, disabled lidarr
2024-03-14 11:05:57 +00:00
Giulio De Pasquale
5c81aa0ad9
architect: commented out nvidia in main
2024-03-14 11:05:41 +00:00