forked from grumbulon/pleroma-tools
added .env and refactor full backup
parent
a82e4e0579
commit
c1d9da7694
@ -0,0 +1 @@
|
||||
.env
|
@ -0,0 +1,13 @@
|
||||
#Entire settings
|
||||
PLEROMA="/opt/pleroma/"
|
||||
|
||||
#Static dirs
|
||||
EMOTES="/opt/pleroma/instance/static/emoji/"
|
||||
UPLOADS="/opt/pleroma/uploads/"
|
||||
|
||||
#OTP static
|
||||
OTP="/var/lib/pleroma/"
|
||||
|
||||
#rsync settings
|
||||
REMOTEUSER="grumbulon"
|
||||
REMOTEHOST="YourHostHere"
|
Loading…
Reference in New Issue