mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
Add flux bootstrap SSH workaround, bug fixes
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -43,7 +43,7 @@ mkdir -p /var/data/immich/upload
|
||||
mkdir -p /var/data/runtime/immich/database
|
||||
```
|
||||
|
||||
### Setup Immich enviroment
|
||||
### Setup Immich environment
|
||||
|
||||
Create `/var/data/config/immich/immich.env` something like the example below..
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ mkdir -p /var/data/runtime/mastodon/postgres
|
||||
!!! question "Why `/var/data/runtime/mastodon` and not just `/var/data/mastodon`?"
|
||||
The data won't be able to be backed up by a regular filesystem backup, because it'll be in use. We still need to store it **somewhere** though, so we use `/var/data/runtime`, which is excluded from automated backups. See [Data Layout](/reference/data_layout/) for details.
|
||||
|
||||
### Setup Mastodon enviroment
|
||||
### Setup Mastodon environment
|
||||
|
||||
Create `/var/data/config/mastodon/mastodon.env` something like the example below..
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ chown www-data /var/data/pixelfed/
|
||||
!!! question "Why `/var/data/runtime/pixelfed` and not just `/var/data/pixelfed`?"
|
||||
The data won't be able to be backed up by a regular filesystem backup, because it'll be in use. We still need to store it **somewhere** though, so we use `/var/data/runtime`, which is excluded from automated backups. See [Data Layout](/reference/data_layout/) for details.
|
||||
|
||||
### Setup Pixelfed enviroment
|
||||
### Setup Pixelfed environment
|
||||
|
||||
Create `/var/data/config/pixelfed/pixelfed.env` something like the example below.. (*see the [official documentation](https://docs.pixelfed.org/technical-documentation/config/) for a list of all possible variables and details*)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user