This repository has been archived on 2019-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
debian-packaging/debian/gitea.config
Michael Lustfield c7c38abcf4 Added random key to app.ini, reading from debconf if set.
Also cleaned up user creation and restricted access to gitea logs.
2017-07-30 19:37:32 -05:00

9 lines
96 B
Bash

#!/bin/sh
set -e
. /usr/share/debconf/confmodule
db_input low gitea/secret-key || true
db_go