update to external urls

This commit is contained in:
Mr Hedgehog 2022-07-02 17:23:49 -04:00
parent 429a4b4336
commit 078b1b807b
No known key found for this signature in database
5 changed files with 11 additions and 6 deletions

View file

@ -1,8 +1,8 @@
{
services.gitea = {
enable = true;
domain = "git.thehedgehog.internal";
rootUrl = "https://git.thehedgehog.internal";
domain = "git.thehedgehog.me";
rootUrl = "https://git.thehedgehog.me";
appName = "HedgeGit";
httpPort = 3001;
ssh.enable = true;

View file

@ -6,7 +6,7 @@
services.hydra = {
enable = true;
package = pkgs.hydra_unstable;
hydraURL = "https://hydra.thehedgehog.internal";
hydraURL = "https://hydra.thehedgehog.me";
notificationSender = "hydra@localhost";
buildMachinesFiles = [];
useSubstitutes = true;

View file

@ -4,7 +4,7 @@
config = {
PORT = "6000";
FETCH_YOUTUBE_WATCH_TIME = "1";
BASE_URL = "https://rss.thehedgehog.internal";
BASE_URL = "https://rss.thehedgehog.me";
CREATE_ADMIN = "1";
RUN_MIGRATIONS = "1";
INVIDIOUS_INSTANCE = "il.ax";

View file

@ -5,11 +5,11 @@
webVaultPackage = pkgs.vaultwarden-vault;
config = {
webVaultFolder = "${pkgs.vaultwarden-vault}/share/vaultwarden/vault";
domain = "https://bw.thehedgehog.internal";
domain = "https://bw.thehedgehog.me";
useSyslog = true;
rocketCliColors = "off";
enableDbWal = true;
iconService = "internal";
iconService = "me";
disable2faRemember = false;
signupsAllowed = false;
signupsVerify = true;

View file

@ -51,6 +51,11 @@
reverse_proxy http://marvin:3001
'';
};
"bw.thehedgehog.me" = {
extraConfig = ''
reverse_proxy http://marvin:8000
'';
};
};
extraConfig = ''
'';