1
deploy config / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
Tom 2024-10-14 19:52:09 +02:00
parent fd80998ef0
commit e0fc234771
1 changed files with 10 additions and 1 deletions

View File

@ -92,6 +92,15 @@
recommendedProxySettings = true;
};
};
"portal.blubb.fish" = {
listen = [{port = 8843; addr="0.0.0.0"; ssl=true;}];
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://10.0.0.103:8843/";
recommendedProxySettings = true;
};
};
"play.blubb.fish" = {
addSSL = true;
enableACME = true;
@ -132,4 +141,4 @@
# leave installation default
system.stateVersion = "24.05"; # Did you read the comment?
}
}