]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/private/websites/tools/tools/landing/config.yml
f97b3f39e95a37d3791112cf80ab4dd8f1ca529c
[perso/Immae/Config/Nix.git] / modules / private / websites / tools / tools / landing / config.yml
1 ---
2 # Homepage configuration
3 # See https://fontawesome.com/icons for icons options
4
5 title: "Websites dashboard"
6 subtitle: "Immae"
7 footer: false
8
9 # Optional navbar
10 # links: [] # Allows for navbar (dark mode, layout, and search) without any links
11 links:
12 - name: "status"
13 icon: "fas fa-desktop"
14 url: "https://status.immae.eu"
15 target: '_blank' # optionnal html a tag target attribute
16 - name: "DMARC status"
17 url: "https://tools.immae.eu/dmarc-reports"
18 target: '_blank'
19 - name: "Change password"
20 url: "https://tools.immae.eu/ldap_password.php"
21 target: '_blank'
22 - name: "Get your IP"
23 url: "https://tools.immae.eu/myip.php"
24 target: '_blank'
25
26 # Services
27 # First level array represent a group.
28 # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
29 services:
30 - name: "Tools"
31 icon: "fas fa-tools"
32 items:
33 - name: "Nextcloud"
34 logo: "assets/tools/nextcloud.png"
35 url: "https://cloud.immae.eu"
36 target: '_blank'
37 - name: "Etherpad"
38 logo: "assets/tools/etherpad.ico"
39 url: "https://ether.immae.eu"
40 target: '_blank'
41 - name: "Taskweb"
42 icon: "fas fa-tasks"
43 url: "https://task.immae.eu/taskweb"
44 target: '_blank'
45 - name: "Agenda"
46 icon: "fas fa-calendar-alt"
47 url: "https://dav.immae.eu/caldavzap"
48 target: '_blank'
49 - name: "Contacts"
50 icon: "fas fa-address-book"
51 url: "https://dav.immae.eu/carddavmate"
52 target: '_blank'
53 - name: "Kanboard"
54 logo: "assets/tools/kanboard.png"
55 url: "https://tools.immae.eu/kanboard"
56 target: '_blank'
57 - name: "Dokuwiki"
58 logo: "assets/tools/dokuwiki.png"
59 url: "https://tools.immae.eu/dokuwiki"
60 target: '_blank'
61 - name: "RompR (MPD)"
62 logo: "assets/tools/rompr.png"
63 url: "https://tools.immae.eu/rompr"
64 target: '_blank'
65 - name: "Ympd (MPD)"
66 icon: "far fa-play-circle"
67 url: "https://tools.immae.eu/mpd"
68 target: '_blank'
69 - name: "Shaarli"
70 logo: "assets/tools/shaarli.png"
71 url: "https://tools.immae.eu/Shaarli"
72 target: '_blank'
73 - name: "TT-RSS"
74 logo: "assets/tools/ttrss.png"
75 url: "https://tools.immae.eu/ttrss"
76 target: '_blank'
77 - name: "Wallabag"
78 logo: "assets/tools/wallabag.svg"
79 url: "https://tools.immae.eu/wallabag"
80 target: '_blank'
81 - name: "Grocy"
82 logo: "assets/tools/grocy.png"
83 url: "https://tools.immae.eu/grocy"
84 target: '_blank'
85 - name: "BIP39"
86 icon: "fab fa-bitcoin"
87 url: "https://tools.immae.eu/BIP39"
88 target: '_blank'
89 - name: "Social"
90 icon: "fas fa-users"
91 items:
92 - name: "Diaspora"
93 logo: "assets/tools/diaspora.png"
94 url: "https://diaspora.immae.eu"
95 target: '_blank'
96 - name: "Mastodon"
97 logo: "assets/tools/mastodon.png"
98 url: "https://mastodon.immae.eu"
99 target: '_blank'
100 - name: "PhpBB"
101 logo: "assets/tools/phpbb.ico"
102 url: "https://tools.immae.eu/forum"
103 target: '_blank'
104 - name: "Instant messaging (converse)"
105 icon: "fas fa-comment"
106 url: "https://im.immae.fr/converse"
107 target: '_blank'
108 - name: "Mail (roundcube)"
109 logo: "assets/tools/roundcube.svg"
110 url: "https://mail.immae.eu/roundcube"
111 target: '_blank'
112 - name: "Mail (rainloop)"
113 logo: "assets/tools/rainloop.png"
114 url: "https://mail.immae.eu/rainloop"
115 target: '_blank'
116 - name: "Video"
117 icon: "fas fa-video"
118 items:
119 - name: "Peertube"
120 logo: "assets/tools/peertube.png"
121 url: "https://peertube.immae.eu"
122 target: '_blank'
123 - name: "Mediagoblin"
124 logo: "assets/tools/mgoblin.ico"
125 url: "https://mgoblin.immae.eu"
126 target: '_blank'
127 - name: "Development"
128 icon: "fas fa-code-branch"
129 items:
130 - name: "Gitweb"
131 logo: "assets/tools/gitweb.png"
132 url: "https://git.immae.eu"
133 target: '_blank'
134 - name: "Mantisbt"
135 logo: "assets/tools/mantisbt.png"
136 url: "https://git.immae.eu/mantisbt"
137 target: '_blank'
138 - name: "Buildbot"
139 logo: "assets/tools/buildbot.svg"
140 url: "https://git.immae.eu/buildbot/immaeEu/"
141 target: '_blank'
142 - name: "Adminer"
143 logo: "assets/tools/adminer.png"
144 url: "https://tools.immae.eu/adminer"
145 target: '_blank'
146 - name: "Release"
147 icon: "fas fa-running"
148 url: "https://release.immae.eu"
149 target: '_blank'
150 - name: "Immae"
151 icon: "fas fa-edit"
152 items:
153 - name: "Page principale"
154 icon: "fas fa-user"
155 url: "https://www.immae.eu"
156 target: '_blank'
157 - name: "Atelier d’écriture"
158 icon: "fas fa-pen"
159 url: "https://www.immae.eu/atelier"
160 target: '_blank'
161 - name: "Blog"
162 icon: "fas fa-blog"
163 url: "https://www.immae.eu/blog"
164 target: '_blank'
165 - name: "Recherche"
166 icon: "fas fa-search"
167 url: "https://www.immae.eu/recherche"
168 target: '_blank'
169 - name: "Cours"
170 icon: "fas fa-school"
171 url: "https://www.immae.eu/cours"
172 target: '_blank'
173 - name: "Recettes"
174 icon: "fas fa-utensils"
175 url: "https://www.immae.eu/recettes"
176 target: '_blank'
177 - name: "Chapeaux de Hamming"
178 icon: "fas fa-hat-cowboy-side"
179 url: "https://www.immae.eu/chapeaux"
180 target: '_blank'
181 - name: "Configuration"
182 icon: "fas fa-cog"
183 items:
184 - name: "Instant messaging"
185 url: "https://im.immae.fr"
186 target: '_blank'
187 - name: "E-mail"
188 url: "https://mail.immae.eu"
189 target: '_blank'
190 - name: "VPN"
191 url: "https://vpn.immae.eu"
192 target: '_blank'
193 - name: "Taskwarrior"
194 url: "https://task.immae.eu"
195 target: '_blank'
196 - name: "Dav"
197 url: "https://dav.immae.eu"
198 target: '_blank'
199 - name: "Dav acount"
200 url: "https://dav.immae.eu/davical"
201 target: '_blank'
202 - name: "Paste"
203 url: "https://tools.immae.eu/paste"
204 target: '_blank'
205 - name: "LDAP"
206 url: "https://tools.immae.eu/ldap"
207 target: '_blank'
208 - name: "Yourls"
209 url: "https://tools.immae.eu/url/admin/"
210 target: '_blank'
211 - name: "Change password"
212 url: "https://tools.immae.eu/ldap_password.php"
213 target: '_blank'