updated to gitea instance running on port 80

This commit is contained in:
2024-08-24 09:59:59 +00:00
parent 419e87bf80
commit e8143ac7f2
+1 -1
View File
@@ -55,7 +55,7 @@
services.gitea-actions-runner.instances = { services.gitea-actions-runner.instances = {
runner1 = { runner1 = {
token = "Pxh7t6Ip39SFjWQyhCjb7xsRC73k5l3JY3jYYzzD"; token = "Pxh7t6Ip39SFjWQyhCjb7xsRC73k5l3JY3jYYzzD";
url = "http://gitea.lan:3000/"; url = "http://gitea.lan:80/";
name = "runner1"; name = "runner1";
enable = true; enable = true;
labels = [ "ubuntu-latest:docker://ubuntu:latest" ]; labels = [ "ubuntu-latest:docker://ubuntu:latest" ];