Changeset - 16e460446568
[Not reviewed]
0 4 0
x - 21 months ago 2023-08-04 15:32:16
xbr@c3l.lu
fix: make all READMEs conform to Markdown
4 files changed with 27 insertions and 12 deletions:
0 comments (0 inline, 0 general)
api/README.md
Show inline comments
 

	
 
# api.freifunk.lu
 

	
 
This will install a default api nginx config.
 
Before executing please check your hosts file and use hosts variable.
firmware/README.md
Show inline comments
 

	
 
# firmware.freifunk.lu
 

	
 
This will install a default firmware nginx config.
 
Before executing please check your hosts file and use hosts variable.
gateway/README.md
Show inline comments
 

	
 
# Gateway Setup
 

	
 
This will install fflux gateways.
 
auth file need to be added manually.
 
For new gateways, please update ansible host fles and concerning ips and mac addresses. Also new fastd keys need to be generated manually.
initial_server_setup/README.md
Show inline comments
 
This will Ansibel playbook will do the very basic server setup. 
 

	
 
# Initial Server Setup
 

	
 
This will Ansible playbook will do the very basic server setup.
 

	
 
It will install the following packadges:
 
	- sudo
 
        - git
 
        - vim
 
        - python3
 
        - python3-pip
 
        
 

	
 
- sudo
 
- git
 
- vim
 
- python3
 
- python3-pip
 

	
 
It will update the hostname.
 
It will update the IPV4 and IPV6 address withn the new hostname.
 

	
 
It will create the following users:
 
	- fantawams
 
	- orimpe
 
	- metalgamer
 
	- xbr
 
	- fflux
 

	
 
- fantawams
 
- orimpe
 
- metalgamer
 
- xbr
 
- fflux
 

	
 
It will update all packadges to its lates version.
0 comments (0 inline, 0 general)