This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Ensure secrets folder exists
staging
David Ludwig
4 years ago
parent
bd137ed0c4
commit
07aa026570
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
generate_secrets.sh
+ 3
- 0
generate_secrets.sh
View File
@ -1,5 +1,8 @@
#!/bin/bash
# Create secrets folder
mkdir -p .secrets
# Application Key
openssl rand -base64
20
> .secrets/app_key
Write
Preview
Loading…
Cancel
Save