base on config
This commit is contained in:
parent
5a79e325b7
commit
2948755a3b
14
README.md
14
README.md
@ -1,14 +1,24 @@
|
|||||||
## Configuration
|
## Configuration
|
||||||
- [x] Branching
|
- [x] Branching
|
||||||
- [ ] Config requriments
|
- [ ] Config requriments
|
||||||
- [ ] StacOverflow theft
|
- [ ] Forwarding secret insert
|
||||||
|
- [ ] Forwarding type insert
|
||||||
|
- [ ] Apt installed pakages
|
||||||
|
- [ ] on chenge y>n remove
|
||||||
|
- [ ] on change n>y install
|
||||||
|
- [ ] Insert date in to .cfg
|
||||||
|
- [ ] Automake old.cfg
|
||||||
|
- [ ] AutoUpgrade
|
||||||
- [ ] Owner and permisions
|
- [ ] Owner and permisions
|
||||||
|
- [ ] Starting script to alevate priviliges
|
||||||
|
|
||||||
## Modularity
|
## Modularity
|
||||||
- [ ] Break into separate files
|
- [ ] Break into separate files
|
||||||
- [ ] Firewall update
|
- [ ] Firewall update
|
||||||
- [ ] Base update
|
- [ ] Base update
|
||||||
- [ ]
|
- [ ] Mods update
|
||||||
|
- [ ] Service update
|
||||||
|
- [ ] Tailscale update
|
||||||
- [ ] Test owner of master script (source/run .)
|
- [ ] Test owner of master script (source/run .)
|
||||||
- [ ] Version control
|
- [ ] Version control
|
||||||
|
|
||||||
|
|||||||
25
install.cfg
Normal file
25
install.cfg
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Base informations
|
||||||
|
lastUpdateDate= #to version control
|
||||||
|
baseInstallLocation=/opt/velocity/
|
||||||
|
baseUserName=velocity
|
||||||
|
dependenciesInstalled=yes #if set to no will do it
|
||||||
|
systemdService=yes #if y > update, n > not
|
||||||
|
autoUpdate=yes #work in progress
|
||||||
|
|
||||||
|
# Firewall
|
||||||
|
iptables=yes #to check if installed + install
|
||||||
|
tailscale=yes #to check if installed + install
|
||||||
|
sshRange=tailscale # Ip range
|
||||||
|
|
||||||
|
# Mods
|
||||||
|
Ambassador=yes #Forge support
|
||||||
|
ReWhitelist=yes #Whitelist support
|
||||||
|
SkinResolver=yes #Skins with offline mode
|
||||||
|
|
||||||
|
# Proxiing information
|
||||||
|
forwarding=modern # modern/legacy #how to not set duble velocity.toml
|
||||||
|
forwardingSecret=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -3,6 +3,8 @@ update, stop service,
|
|||||||
- Depandencies install (+ iptables for firewall)
|
- Depandencies install (+ iptables for firewall)
|
||||||
- Creating files + users
|
- Creating files + users
|
||||||
|
|
||||||
|
- Forwarding secret
|
||||||
|
|
||||||
- Firewall
|
- Firewall
|
||||||
- nonTailscale block "foo: [Tail/own/none]"
|
- nonTailscale block "foo: [Tail/own/none]"
|
||||||
- own ssh range
|
- own ssh range
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user