sora: update s3
This commit is contained in:
parent
1ee85bb1e8
commit
1286b2c21e
4 changed files with 3 additions and 14 deletions
|
@ -15,7 +15,7 @@
|
|||
../../programs/media/cava.nix
|
||||
../../programs/media/spicetify.nix
|
||||
../../programs/themes.nix
|
||||
# ../../programs/opencomposite.nix
|
||||
../../programs/opencomposite.nix
|
||||
../../programs/media/zathura.nix
|
||||
../../programs/media/easyeffects.nix
|
||||
../../wayland/hyprland
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
type = "s3";
|
||||
region = "us-east-1";
|
||||
bucket = "kyasshu";
|
||||
endpoint = "https://s3.flake.sh/";
|
||||
endpoint = "https://s3.wasabisys.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"--keep-weekly=6"
|
||||
"--keep-monthly=5"
|
||||
];
|
||||
repository = "s3:https://s3.flake.sh/restic-sora";
|
||||
repository = "s3:https://s3.wasabisys.com/sora-restic";
|
||||
initialize = true;
|
||||
passwordFile = config.sops.secrets.restic-sora.path;
|
||||
environmentFile = config.sops.secrets.sora-s3.path;
|
||||
|
|
|
@ -164,14 +164,6 @@
|
|||
tls.domains = [{main = "*.${pqdn}";}];
|
||||
tls.certresolver = "production";
|
||||
};
|
||||
minio = {
|
||||
rule = "Host(`s3.${pqdn}`)";
|
||||
entrypoints = ["websecure"];
|
||||
service = "minio";
|
||||
tls.domains = [{main = "*.${pqdn}";}];
|
||||
tls.certresolver = "production";
|
||||
middlewares = "cors-allow-all";
|
||||
};
|
||||
woodpecker = {
|
||||
rule = "Host(`ci.${pqdn}`)";
|
||||
entrypoints = ["websecure"];
|
||||
|
@ -209,9 +201,6 @@
|
|||
justlog.loadBalancer.servers = [{url = "http://${sakuraIp}8025";}];
|
||||
wastebin.loadBalancer.servers = [{url = "http://${sakuraIp}8088";}];
|
||||
|
||||
# kaze
|
||||
minio.loadBalancer.servers = [{url = "http://100.69.79.81:9005";}];
|
||||
|
||||
# tsuru
|
||||
woodpecker.loadBalancer.servers = [{url = "http://100.82.146.40:8200";}];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue