/ README.md
README.md
1 # bootstrap 2 3 A bunch of scripts I use to remake machines. 4 Please don't make pull requests my bad code should stay bad. 5 6 ## tantalus 7 8 ``` 9 $ sudo -i 10 # wget https://gitlab.com/chris_barry/bootstrap.sh/-/raw/main/tantalus/bootstrap.sh -O /opt/bootstrap.sh 11 # sh /opt/bootstrap.sh 12 ``` 13 14 ### Ports 15 16 - 443/TCP 17 18 ## tama 19 ``` 20 $ sudo -i 21 # wget https://gitlab.com/chris_barry/bootstrap.sh/-/raw/main/tama/bootstrap.sh -O /opt/bootstrap.sh 22 # sh /opt/bootstrap.sh 23 ``` 24 25 ## gouyen 26 27 ### Install 28 ``` 29 $ sudo -i 30 # wget https://gitlab.com/chris_barry/bootstrap.sh/-/raw/main/gouyen/bootstrap.sh -O /opt/bootstrap.sh 31 # sh /opt/bootstrap.sh 32 ``` 33 34 ### Ports 35 36 - 80/TCP - http 37 - 443/TCP - https 38 - 44039/TCP - ssh 39 - 22000/TCP - syncthing - upnp 40 - 25565/TCP - minecraft 41 - ?????/TCP+UCP - i2p - upnp 42 43 ## Copyright 44 45 Copyright (C) 2025 Chris Barry <chris@barry.im> 46 47 This program is free software: you can redistribute it and/or modify 48 it under the terms of the GNU General Public License as published by 49 the Free Software Foundation, either version 3 of the License, or 50 (at your option) any later version. 51 52 This program is distributed in the hope that it will be useful, 53 but WITHOUT ANY WARRANTY; without even the implied warranty of 54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 55 GNU General Public License for more details. 56 57 You should have received a copy of the GNU General Public License 58 along with this program. If not, see <https://www.gnu.org/licenses/>. 59