mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Merge branch 'main' of codeberg.org:muon/home
This commit is contained in:
commit
dba927cf49
5 changed files with 10 additions and 4 deletions
|
|
@ -38,6 +38,7 @@ in {
|
|||
mods.server.homebox.enable = true;
|
||||
mods.server.share.enable = true;
|
||||
mods.server.vault.enable = true;
|
||||
mods.server.git.enable = true;
|
||||
|
||||
mods.tailscale.enable = true;
|
||||
mods.wireguard.id = 3;
|
||||
|
|
|
|||
|
|
@ -2,9 +2,10 @@
|
|||
mods.server.nginx.ports = {
|
||||
photos = 3001;
|
||||
homebox = 3002;
|
||||
git = 3003;
|
||||
# immich-machine-learning = 3003;
|
||||
share = 3004;
|
||||
vault = 3005;
|
||||
git = 3006;
|
||||
|
||||
search = 8081;
|
||||
videos = 8082;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue