okarin: Migrate sbruder.xyz from yuzuru

pull/64/head
Simon Bruder 2022-03-03 12:13:58 +01:00
parent 7ed13269a7
commit b3ec53afca
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
6 changed files with 18 additions and 4 deletions

View File

@ -4,6 +4,8 @@
imports = [
./hardware-configuration.nix
../../modules
./services/sbruder.xyz
];
sbruder = {
@ -15,4 +17,18 @@
networking.hostName = "okarin";
system.stateVersion = "21.11";
services.nginx = {
enable = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
};
networking.firewall.allowedTCPPorts = [
80
443
];
}

View File

@ -14,7 +14,7 @@ and configuring the addresses to point to this server.
However, please note the following if you want to use them:
* These services are provided as-is without any guarantees.
* You must not use these services for any activities illegal under Finnish or German law.
* You must not use these services for any activities illegal under German law.
* You must not use these services to interfere with the operation of the services
or the sites that originally provide the data.
* Please dont over/abuse these services.
@ -25,7 +25,7 @@ Also note the following service-specific things:
* **Invidious**: There are no backups, so you are responsible for using the data export feature to back up important data.
The VPS providing the services is running NixOS.
The configuration is available [here](https://git.sbruder.de/simon/nixos-config/src/branch/master/machines/yuzuru).
The configuration is available [here](https://git.sbruder.de/simon/nixos-config/src/branch/master/machines/okarin).
If you have any questions, please [contact me](https://sbruder.de).
@ -54,7 +54,6 @@ You can export or delete that data by using its built-in data control feature.
In the case of an error, details of the problematic request might be stored on the server
and used strictly for debugging and fixing the error.
Those logs will be deleted after one week.
#### Fine Print

View File

@ -8,7 +8,6 @@
./services/invidious
./services/libreddit.nix
./services/nitter.nix
./services/sbruder.xyz
./services/schabernack.nix
];