This website requires JavaScript.
Explore
Help
Sign In
jdormit
/
jdormit-infra
Watch
1
Star
0
Fork
0
You've already forked jdormit-infra
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0da8e4b6d2
jdormit-infra
/
prod
/
gitea
/
packer
/
scripts
/
dependencies.sh
7 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
[WIP] Set up gitea packer image TODOs: - figure out how to keep the mail password in app.ini during install - mount volumes to persist data between droplet redeploys - set up HTTPS
2021-01-22 23:22:13 +00:00
#!/usr/bin/env bash
set
-ex
sudo apt-get update
Add nginx+https and volume to gitea
2021-01-25 22:56:15 +00:00
sudo apt-get install -y git bindfs
Reference in New Issue
Copy Permalink