Adjustments

This commit is contained in:
Raphaël Numbus
2026-01-18 11:09:30 +01:00
parent 856faf21c5
commit 53ab767c77
6 changed files with 23 additions and 8 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
exit 0
fi
mkdir -p /mnt/config/ /mnt/data/ /home/numbus-admin/.numbus-server/
mkdir -p /mnt/config/ /mnt/data/ /mnt/data/nextcloud/
mkdir -p /home/numbus-admin/.numbus-server/
chown -R numbus-admin:users /mnt/config/
chown -R numbus-admin:users /mnt/data/
chown -R 100032:users /mnt/data/nextcloud/
+1 -2
View File
@@ -4,9 +4,8 @@
# Hostname
networking.hostName = "numbus-server";
networking.wireless.enable = false;
networking.networkmanager.enable = false;
services.resolved.enable = false;
networking.resolvconf.enable = false;
networking.nftables.enable = true;
networking.firewall.enable = true;
-1
View File
@@ -22,7 +22,6 @@ in
gitea_backend:
volumes:
- ${config_dir}:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment:
- USER_UID=1000
+1 -2
View File
@@ -49,7 +49,6 @@ in
volumes:
- ${config_dir}:/etc/pihole
cap_add:
- NET_ADMIN
- SYS_NICE
labels:
- traefik.enable=true
@@ -75,7 +74,7 @@ in
serviceConfig = {
User = "numbus-admin";
Environment = [ "XDG_RUNTIME_DIR=/run/user/1000" ];
AmbientCapabilities = "CAP_NET_ADMIN CAP_SYS_NICE";
AmbientCapabilities = "CAP_SYS_NICE";
LimitNICE = -20;
Type = "exec";
# Pull the latest image before running
@@ -0,0 +1,17 @@
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
use_x_forwarded_for: true
trusted_proxies: 172.16.10.253
zha: