Gotify: Difference between revisions

From Halfface
Jump to navigation Jump to search
(Created page with "=install= Download suitable gotify binary. Put in /usr/local/bin/gotify =Create directories.= /etc/gotify /var/lib/gotify =create user= groupadd -r gotify useradd -M -d /...")
 
No edit summary
Line 5: Line 5:
  /etc/gotify
  /etc/gotify
  /var/lib/gotify
  /var/lib/gotify
chown -R gotify:gotify /var/lib/gotify/data
=create user=
=create user=
  groupadd -r gotify
  groupadd -r gotify

Revision as of 19:25, 25 February 2020

install

Download suitable gotify binary. Put in

/usr/local/bin/gotify

Create directories.

/etc/gotify
/var/lib/gotify
chown -R gotify:gotify /var/lib/gotify/data

create user

groupadd -r gotify
useradd -M -d /var/lib/gotify -s /sbin/nologin -r -g gotify gotify

config file

curl -O /etc/gotify/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml