mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 10:34:49 +00:00
dev
This commit is contained in:
parent
cd798eb9b7
commit
156cfb40dd
22 changed files with 1069 additions and 319 deletions
6
genpass.sh
Executable file
6
genpass.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm -rf webvirtcloud/settings.py
|
||||
cp -arpf webvirtcloud/settings.py.template webvirtcloud/settings.py
|
||||
python conf/runit/secret_generator.py
|
||||
|
||||
sed -r "s/SECRET_KEY = \"\"/SECRET_KEY = \"`python3 conf/runit/secret_generator.py`\"/" -i webvirtcloud/settings.py; cat webvirtcloud/settings.py|grep SECRET_KEY
|
||||
Loading…
Add table
Add a link
Reference in a new issue