add http to url

peertube-runner-1
Lzebulon 2025-08-03 20:48:27 +02:00
parent 6864b39506
commit b6e30e141a
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
};
instancesToRegister."CransTube" = {
url = "peertube.crans.org";
url = "https://peertube.crans.org";
runnerName = "peertube-runner-1";
registrationTokenFile = config.age.secrets.peertube-token.path;
};