mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
wishthis
This commit is contained in:
parent
077850f611
commit
6dc701e568
2 changed files with 8 additions and 36 deletions
|
|
@ -159,6 +159,14 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
Wishthis = [
|
||||
{
|
||||
icon = "https://wishthis.online/src/assets/img/favicon/favicon-32x32.png";
|
||||
href = "https://wishthis.online";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
Amazon = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
{config, ...}: let
|
||||
volumePath = "/overseer/services";
|
||||
in {
|
||||
virtualisation.oci-containers = {
|
||||
backend = "podman";
|
||||
containers = {
|
||||
"wishthis" = {
|
||||
image = "hiob/wishthis:stable";
|
||||
extraOptions = [
|
||||
"--ip=10.88.0.15"
|
||||
];
|
||||
};
|
||||
"wishthis-db" = {
|
||||
image = "mariadb:latest";
|
||||
extraOptions = [
|
||||
"--ip=10.88.0.16"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
virtualHosts = {
|
||||
"wishlist.wanderingcrow.net" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "wishlist.wanderingcrow.net";
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.88.0.15:80";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue