ryot upgrade
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"portfolio" = [
|
portfolio = [
|
||||||
{
|
{
|
||||||
abbr = "PF";
|
abbr = "PF";
|
||||||
href = "https://danilo-reyes.com";
|
href = "https://danilo-reyes.com";
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"webref" = [
|
webref = [
|
||||||
{
|
{
|
||||||
abbr = "WR";
|
abbr = "WR";
|
||||||
href = "https://webref.lebubu.org";
|
href = "https://webref.lebubu.org";
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ in
|
|||||||
config = lib.mkIf (cfg.enable && config.my.servers.postgres.enable && config.my.secureHost) {
|
config = lib.mkIf (cfg.enable && config.my.servers.postgres.enable && config.my.secureHost) {
|
||||||
sops.secrets.ryot.sopsFile = ../../secrets/env.yaml;
|
sops.secrets.ryot.sopsFile = ../../secrets/env.yaml;
|
||||||
virtualisation.oci-containers.containers.ryot = {
|
virtualisation.oci-containers.containers.ryot = {
|
||||||
image = "ghcr.io/ignisda/ryot:v9.3.0";
|
image = "ghcr.io/ignisda/ryot:v9.5.0";
|
||||||
ports = [ "${toString cfg.port}:8000" ];
|
ports = [ "${toString cfg.port}:8000" ];
|
||||||
environmentFiles = [ config.sops.secrets.ryot.path ];
|
environmentFiles = [ config.sops.secrets.ryot.path ];
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
Reference in New Issue
Block a user