okarin: Migrate sbruder.xyz from yuzuru
This commit is contained in:
parent
7ed13269a7
commit
b3ec53afca
|
@ -4,6 +4,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
||||||
|
./services/sbruder.xyz
|
||||||
];
|
];
|
||||||
|
|
||||||
sbruder = {
|
sbruder = {
|
||||||
|
@ -15,4 +17,18 @@
|
||||||
networking.hostName = "okarin";
|
networking.hostName = "okarin";
|
||||||
|
|
||||||
system.stateVersion = "21.11";
|
system.stateVersion = "21.11";
|
||||||
|
|
||||||
|
services.nginx = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
recommendedGzipSettings = true;
|
||||||
|
recommendedOptimisation = true;
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
recommendedTlsSettings = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@ and configuring the addresses to point to this server.
|
||||||
However, please note the following if you want to use them:
|
However, please note the following if you want to use them:
|
||||||
|
|
||||||
* These services are provided as-is without any guarantees.
|
* 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
|
* You must not use these services to interfere with the operation of the services
|
||||||
or the sites that originally provide the data.
|
or the sites that originally provide the data.
|
||||||
* Please don’t over/abuse these services.
|
* Please don’t 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.
|
* **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 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).
|
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
|
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.
|
and used strictly for debugging and fixing the error.
|
||||||
Those logs will be deleted after one week.
|
|
||||||
|
|
||||||
#### Fine Print
|
#### Fine Print
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
./services/invidious
|
./services/invidious
|
||||||
./services/libreddit.nix
|
./services/libreddit.nix
|
||||||
./services/nitter.nix
|
./services/nitter.nix
|
||||||
./services/sbruder.xyz
|
|
||||||
./services/schabernack.nix
|
./services/schabernack.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue