mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add auth2api
This commit is contained in:
parent
b6318d9c4d
commit
28bb03187d
9 changed files with 335 additions and 11 deletions
|
|
@ -59,6 +59,11 @@ in {
|
|||
mods.docker.enable = true;
|
||||
mods.docker.media.enable = false;
|
||||
|
||||
mods.server.auth2api.enable = true;
|
||||
# host defaults to 127.0.0.1 (localhost only, perfect for Claude Code)
|
||||
# port defaults to 8317
|
||||
# Run `auth2api --login` once after deploying to authorise your Claude account.
|
||||
|
||||
mods.server.sync.enable = true;
|
||||
mods.tailscale.enable = true;
|
||||
mods.openvpn.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue