Compare commits
No commits in common. "d3ab4dd8c8ccb9066fc905350f105f61559d1f75" and "45fd2e048ed5e0df734bd3c934e3d6cf43dc9225" have entirely different histories.
d3ab4dd8c8
...
45fd2e048e
7 changed files with 1 additions and 47 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
read -P "Install main config [yN] ? " inst
|
read -P "Install main config [yN] ? " inst
|
||||||
test $inst = "y"; and sudo install -o grafana -g grafana -m o=,g=r,u=rw -b -D -t /etc/ grafana.ini
|
test $inst = "y"; and sudo install -o grafana -g grafana -m o=,g=r,u=rw -b -D app.ini /etc/forgejo/app.ini
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/usr/bin/env fish
|
|
||||||
read -P "Install main config [yN] ? " inst
|
|
||||||
test $inst = "y"; and sudo install -o photoview -g photoview -m o=,g=r,u=rw -b -D -t /etc/ photoview.env
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Photoview
|
|
||||||
Install to `/etc`.
|
|
|
@ -1,19 +0,0 @@
|
||||||
PHOTOVIEW_DATABASE_DRIVER=postgres
|
|
||||||
PHOTOVIEW_POSTGRES_URL=postgresql:///photoview?host=/run/postgresql
|
|
||||||
|
|
||||||
PHOTOVIEW_LISTEN_IP=localhost
|
|
||||||
PHOTOVIEW_LISTEN_PORT=8123
|
|
||||||
|
|
||||||
PHOTOVIEW_PUBLIC_ENDPOINT=https://photos.edgarpierre.fr/
|
|
||||||
|
|
||||||
PHOTOVIEW_MEDIA_CACHE=/var/cache/photoview/media_cache
|
|
||||||
|
|
||||||
PHOTOVIEW_SERVE_UI=1
|
|
||||||
PHOTOVIEW_UI_PATH=/usr/share/webapps/photoview-ui
|
|
||||||
|
|
||||||
MAPBOX_TOKEN=$$$
|
|
||||||
|
|
||||||
PHOTOVIEW_DISABLE_FACE_RECOGNITION=1
|
|
||||||
|
|
||||||
PATH=/usr/bin:/usr/bin/vendor_perl
|
|
||||||
HOME=/var/lib/photoview
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/usr/bin/env fish
|
|
||||||
read -P "Install main config [yN] ? " inst
|
|
||||||
test $inst = "y"; and sudo install -o radicale -g radicale -m a=r,u=rw -b -D -t /etc/radicale/ config
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Radicale
|
|
||||||
Install to `/etc/radicale`.
|
|
|
@ -1,17 +0,0 @@
|
||||||
[server]
|
|
||||||
hosts = localhost:5232
|
|
||||||
|
|
||||||
[auth]
|
|
||||||
type = htpasswd
|
|
||||||
htpasswd_filename = /etc/radicale/users
|
|
||||||
htpasswd_encryption = bcrypt
|
|
||||||
|
|
||||||
[rights]
|
|
||||||
type = from_file
|
|
||||||
file = /etc/radicale/rights
|
|
||||||
|
|
||||||
[web]
|
|
||||||
type = internal
|
|
||||||
|
|
||||||
[logging]
|
|
||||||
level = warning
|
|
Loading…
Reference in a new issue