mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-22 02:03:48 +00:00
oil and domain config
This commit is contained in:
parent
30ac6bc674
commit
15d0faef95
4 changed files with 152 additions and 147 deletions
|
|
@ -106,15 +106,15 @@ in zsh.nix for entries that need conditional logic.
|
|||
All in hosts/netty/configuration.nix:
|
||||
|
||||
Nginx reverse proxy with ACME SSL:
|
||||
- sandbox.example.dev -> 127.0.0.1:2470 (sandbox agent)
|
||||
- git.example.dev -> 127.0.0.1:3000 (forgejo)
|
||||
- netty.harivan.sh -> 127.0.0.1:2470 (sandbox agent)
|
||||
- git.harivan.sh -> 127.0.0.1:3000 (forgejo)
|
||||
|
||||
Forgejo:
|
||||
- Self-hosted git, registration disabled
|
||||
- Runs as git user on port 3000
|
||||
- GitHub mirror sync via hourly systemd timer
|
||||
- Requires /etc/forgejo-mirror.env with GITHUB_TOKEN, FORGEJO_TOKEN,
|
||||
FORGEJO_URL, FORGEJO_OWNER
|
||||
FORGEJO_OWNER
|
||||
|
||||
Sandbox Agent:
|
||||
- System-level systemd services (not user units)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue