-
Notifications
You must be signed in to change notification settings - Fork 325
Preconfigured Images
Tom Herbers edited this page Feb 14, 2024
·
6 revisions
If you want to install a larger amount of Nodes you might want to build a special image that doesn't use your usual settings.
This can be easily done by a few site changes.
Some helpful settings are:
setup_mode = {
skip = true,
},
default_domain = 'xy_not_your_default',
interfaces = {
lan = {
default_roles = { 'client', 'mesh' },
},
wan = {
default_roles = { 'uplink', 'mesh' },
},
single = {
default_roles = { 'uplink', 'mesh' },
},
},
More Infos: https://gluon.readthedocs.io/en/latest/user/site.html#user-site-interfaces
authorized_keys = {
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFvRIi94EdrmgmrdZE5LA8UO/ZAFpkZ1mj6Vuo1VEh8F example key',
},
For this to work you need to add the authorized-keys
feature.
Another option to manage ssh keys is the ffda-ssh-manager.
Keep in mind with this that this will only enable the VPN functionality but won't register the node if that's required for your community.
mesh_vpn = {
enabled = true;
}
-
Usage
-
Community
-
Development
- Device Integration
- Roadmap
- Release-life-cycle
- Protocols
- Meeting 2024/05
- Meeting 2024/03
- Meeting 2024/02
- Meeting 2024/01
- Meeting 2023/06
- Meeting 2023/05
- Meetup-CCCamp
- Meeting 2023/04
- Meeting 2023/03
- Meeting 2023/02
- Meeting 2023/01
- Meeting 2022/06
- Meeting 2022/05
- Meeting 2022/04
- Meeting 2022/03
- Meeting 2022/02
- Meeting 2022/01
- Meeting 2021/01
- Meeting 2019/01
- Meeting 2018/03
- Meeting 2018/02
- Meeting 2018/01
- Meeting 2017/01
- Concepts
- Release Process
-
Debugging