sync public allowlist from private myoffice

This commit is contained in:
myoffice-sync
2026-08-05 10:36:17 +00:00
parent 6f7fd61ee9
commit 874796c860
720 changed files with 2841 additions and 69563 deletions
+19
View File
@@ -0,0 +1,19 @@
[Unit]
Description=MyOffice ASP.NET Core (API + SPA)
After=network.target postgresql.service
Wants=postgresql.service
[Service]
WorkingDirectory=__API_DIR__
ExecStart=/usr/bin/dotnet __API_DIR__/MyOffice.Web.dll
Restart=always
RestartSec=5
KillSignal=SIGINT
SyslogIdentifier=myoffice-api
User=root
Environment=ASPNETCORE_ENVIRONMENT=Production
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false
Environment=ASPNETCORE_URLS=http://*:__API_PORT__
[Install]
WantedBy=multi-user.target