Skip to content

Commit

Permalink
removed todo
Browse files Browse the repository at this point in the history
updated changelog
  • Loading branch information
rasmus-kirk committed Jan 18, 2025
1 parent 56bbfd7 commit b931eb8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2025-01-18

Added:
- Jellyseer service
- Sonarr default package, pinned to older working sonarr package

Removed:
- Jellyfin expose VPN options

## 2024-09-19

Added:
Expand Down
7 changes: 4 additions & 3 deletions docs/wiki/examples/example-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ example does the following:
};
# Adds your public keys as trusted devices
users.extraUsers.username.openssh.authorizedKeys.keyFiles = [
./path/to/public/key/machine.pub}
./path/to/public/key/machine.pub
];
```

Expand All @@ -72,8 +72,9 @@ can use SSH tunneling. Simply run:
-L 6004:localhost:7878 \
-L 6005:localhost:8686 \
-L 6006:localhost:8787 \
-L 6007:localhost:6767
-L 6007:localhost:6767 \
-L 6008:localhost:8096
```

Replace `user` with your user and `ip` with the VPN ip. This lets you access
the services on `localhost:6001` through `localhost:6007`.
the services on `localhost:6001` through `localhost:6008`.
1 change: 0 additions & 1 deletion nixarr/jellyfin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ in
};

# Port mappings
# TODO: openports if expose.vpn
vpnNamespaces.wg = mkIf cfg.vpn.enable {
portMappings = [
{
Expand Down

0 comments on commit b931eb8

Please sign in to comment.