Mastodon
This commit is contained in:
parent
c32f685321
commit
6597734af7
9 changed files with 125 additions and 0 deletions
|
@ -44,6 +44,12 @@
|
|||
fast = true;
|
||||
location = "192.168.0.1";
|
||||
}
|
||||
{
|
||||
path = "zdata/big-apps/mastodon";
|
||||
remotePath = "zdata/recv/lasting-integrity/big-apps/mastodon";
|
||||
fast = true;
|
||||
location = "192.168.0.1";
|
||||
}
|
||||
{
|
||||
path = "zdata/big-apps/nextcloud";
|
||||
remotePath = "zdata/recv/lasting-integrity/big-apps/nextcloud";
|
||||
|
@ -62,6 +68,7 @@
|
|||
garmin-scraper.enable = true;
|
||||
grafana.enable = true;
|
||||
mail.enable = true;
|
||||
mastodon.enable = true;
|
||||
matrix.enable = true;
|
||||
nginx.hosts = [
|
||||
{
|
||||
|
|
|
@ -54,6 +54,10 @@
|
|||
device = "zdata/big-apps/influxdb2";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/mastodon/public-system" = {
|
||||
device = "zdata/big-apps/mastodon";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/cache" = {
|
||||
device = "zroot/safe/cache";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue