Deprecate mountain

This commit is contained in:
~lucidiot 2022-06-19 16:33:51 +02:00
parent 4c577e02bc
commit 32529c47e9
1 changed files with 7 additions and 23 deletions

View File

@ -2,8 +2,8 @@
title: mountain
---
`mountain` is an Acer Aspire 7220 running Alpine Linux at my home, and
hosting my [French blog](https://brainshit.fr). It is also part of my group
`mountain` is an Acer Aspire 7220 running Alpine Linux at my home, and was
hosting my [French blog](https://brainshit.fr). It was also part of my group
of Syncthing devices, to make sure there is always one device ready to receive
another's changes, for near-instant online backups.
@ -11,18 +11,20 @@ It is named after one of the sectors in Code Lyoko; my previous server was
named Carthage after the Fifth Sector. I plan on naming my next devices after
the other sectors; Desert, Forest and Ice.
I am considering hosting some other small services such as Gopher, Gemini, or
I was considering hosting some other small services such as Gopher, Gemini, or
Finger. I however want everything to only be purely static; if it does not
fit in a Git repo, it does not get into my server. Syncthing is the only
exception.
A WebDAV server is also hosted there, although it is only exposed to my LAN;
I use it purely to make transfers between my IBM ThinkPads running old Windows
A WebDAV server was also hosted there, although it is only exposed to my LAN;
I used it purely to make transfers between my IBM ThinkPads running old Windows
versions and my Linux systems easier.
I tried to write some setup docs when I first set it up, but of course I did
not write everything down, that would be too easy.
`mountain` is now slowly being migrated over to [forest](./forest.html).
## Base setup
* Boot on an Alpine Linux ISO.
@ -113,21 +115,3 @@ not write everything down, that would be too easy.
listen = /run/php-fpm7/php.sock
```
* `rc-service php-fpm7 start`
> TODO
## Brainshit
> TODO
## Let's Encrypt
> TODO
## UFW
> TODO
## WebDAV
> TODO