aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/shione
diff options
context:
space:
mode:
authorRenken <renken@shione.net>2023-12-24 20:44:21 +0100
committerRenken <renken@shione.net>2024-02-20 22:54:05 +0100
commit849bfc7b41c0a84ee888282a025505ba0294d786 (patch)
treead077970c6864a6f30cd8a107f6686904ce6a6f9 /deploy/shione
parent88092e1f965a21962eebdb51ff28cc7cc595c9d6 (diff)
downloadshione-849bfc7b41c0a84ee888282a025505ba0294d786.tar.gz
shione-849bfc7b41c0a84ee888282a025505ba0294d786.zip
deploy: shione: setup nginx
Diffstat (limited to 'deploy/shione')
-rw-r--r--deploy/shione/nginx/create_nginx_user.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/shione/nginx/create_nginx_user.sh b/deploy/shione/nginx/create_nginx_user.sh
new file mode 100644
index 0000000..8d5f13d
--- /dev/null
+++ b/deploy/shione/nginx/create_nginx_user.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -eu
+
+adduser --system --no-create-home --verbose --debug nginx