Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nerdberg WIFI AP config

Applying the config

List all APs in roster.txt and run ./deploy.sh. Ensure that you got the secret_vars file somewhere (e.g. vaultvarden). It will ensure expansion of the variables in the config. The folders etc and root will be copied onto the devices. Then the script at root/install.sh will be executed on each device. Finally deploy.sh will ensure that the correct hostname is set according to roster.txt.

SSH client config

If your ssh key is not added to all APs, consider using this ssh config on your client:

Host *
    ControlPath ~/.ssh/cm-%r@%h:%p
    ControlMaster auto
    ControlPersist 10m
	ServerAliveInterval 8
	ServerAliveCountMax 10

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages