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
d10fc77af8
jdormit-infra
/
prod
/
gitea
/
packer
/
scripts
/
dependencies.sh
7 lines
96 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
Put gitea behind the nginx proxy
2021-10-04 21:30:46 +00:00
sudo apt-get update
&&
sleep
5
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