Merge remote-tracking branch 'origin/develop' into shigusegubu
* origin/develop: (208 commits) Web.OAuth.OAuthControllerTest: Add test against token formatting Web.OAuth.OAuthController: Fix scopes Enum.join for OAuth response activitypub: fix date header format Added migration for setting default tags in existing users records config: fix chat endpoint path mastodon websocket: return errors using ok, not stop mastodon websocket: bring back infinity timeout mastodon websocket: use pattern match to get query data, robustly handle errors config: update config for cowboy 2 endpoints mastodon api: websocket: update code for cowboy 2.x mix: update dependencies for cowboy 2.0 Renamed *DatabaseAuthenticator to *Authenticator. Added `auth_template/0` to DatabaseAuthenticator. Made auth customization be runtime-configurable. Added deactivated to the user view Remove parts of the old activity view. Add user muted status info to twitterapi. Add user muted status info to MastodonAPI. Add `with_muted` param. Follower requests: Utilize object index. ...
This commit is contained in:
commit
ae07bb4779
563 changed files with 6342 additions and 2064 deletions
|
|
@ -15,15 +15,17 @@ Environment="MIX_ENV=prod"
|
|||
|
||||
; Make sure that all paths fit your installation.
|
||||
; Path to the home directory of the user running the Pleroma service.
|
||||
Environment="HOME=/home/pleroma"
|
||||
Environment="HOME=/var/lib/pleroma"
|
||||
; Path to the folder containing the Pleroma installation.
|
||||
WorkingDirectory=/home/pleroma/pleroma
|
||||
WorkingDirectory=/opt/pleroma
|
||||
; Path to the Mix binary.
|
||||
ExecStart=/usr/bin/mix phx.server
|
||||
|
||||
; Some security directives.
|
||||
; Use private /tmp and /var/tmp folders inside a new file system namespace, which are discarded after the process stops.
|
||||
PrivateTmp=true
|
||||
; The /home, /root, and /run/user folders can not be accessed by this service anymore. If your Pleroma user has its home folder in one of the restricted places, or use one of these folders as its working directory, you have to set this to false.
|
||||
ProtectHome=true
|
||||
; Mount /usr, /boot, and /etc as read-only for processes invoked by this service.
|
||||
ProtectSystem=full
|
||||
; Sets up a new /dev mount for the process and only adds API pseudo devices like /dev/null, /dev/zero or /dev/random but not physical devices. Disabled by default because it may not work on devices like the Raspberry Pi.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue