Test build for immich on warp
This commit is contained in:
parent
46b60f6ade
commit
fbe5142451
2 changed files with 9 additions and 8 deletions
|
|
@ -65,8 +65,6 @@ in
|
|||
|
||||
# Extra websocket configuration
|
||||
extraConfig = ''
|
||||
# WebSocket upgrade headers
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
'';
|
||||
|
|
@ -142,12 +140,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Create borg backup directory with proper permissions
|
||||
system.activationScripts.immich-borg-dir = ''
|
||||
mkdir -p ${borgRepo}
|
||||
chown -R borg:borg ${borgRepo}
|
||||
chmod 700 ${borgRepo}
|
||||
'';
|
||||
# Note: borgbackup service handles directory creation automatically
|
||||
|
||||
# Create Immich media directory with proper permissions
|
||||
system.activationScripts.immich-media-dir = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue