-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathconfig.yml
53 lines (52 loc) · 1.31 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
modules:
- name: openwisp-controller
dir_name: controller
- name: openwisp-monitoring
dir_name: monitoring
- name: openwisp-firmware-upgrader
dir_name: firmware-upgrader
- name: openwisp-radius
dir_name: radius
- name: openwisp-notifications
dir_name: notifications
- name: openwisp-network-topology
dir_name: network-topology
- name: openwisp-users
dir_name: users
- name: openwisp-utils
dir_name: utils
- name: openwisp-wifi-login-pages
dir_name: wifi-login-pages
- name: openwisp-ipam
dir_name: ipam
- name: openwisp-config
dir_name: openwrt-config-agent
- name: openwrt-openwisp-monitoring
dir_name: openwrt-monitoring-agent
- name: ansible-openwisp2
dir_name: ansible
- name: docker-openwisp
dir_name: docker
versions:
- name: dev
branch: master
- name: '24.11'
branch: '1.1'
modules:
- name: ansible-openwisp2
branch: '24.11'
dir_name: ansible
- name: docker-openwisp
branch: '24.11'
dir_name: docker
- name: openwrt-openwisp-monitoring
branch: '0.2'
dir_name: openwrt-monitoring-agent
- name: '22.05'
overwrite_modules: true
modules:
- name: openwisp-docs
branch: 'v22.05'
dir_name: openwisp-docs
sphinx_src_dir: ./openwisp-docs