diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-06-27 16:02:52 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-05-08 20:13:28 +0200 |
commit | e0a72b7dfbaac977798cbe02a840e5f400291198 (patch) | |
tree | 5273a1d7bf76689a1719772ee4351273e48af1b3 /public/config.yml | |
parent | 796a16c8da1e40aef418559ade2252a5275708c8 (diff) | |
download | homer-e0a72b7dfbaac977798cbe02a840e5f400291198.tar.gz homer-e0a72b7dfbaac977798cbe02a840e5f400291198.tar.zst homer-e0a72b7dfbaac977798cbe02a840e5f400291198.zip |
Add some local changes
Diffstat (limited to 'public/config.yml')
-rw-r--r-- | public/config.yml | 343 |
1 files changed, 343 insertions, 0 deletions
diff --git a/public/config.yml b/public/config.yml new file mode 100644 index 0000000..0b67af5 --- /dev/null +++ b/public/config.yml | |||
@@ -0,0 +1,343 @@ | |||
1 | --- | ||
2 | # Homepage configuration | ||
3 | # See https://fontawesome.com/icons for icons options | ||
4 | |||
5 | title: "Websites dashboard" | ||
6 | subtitle: "Immae" | ||
7 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. | ||
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 | - name: "Change password" | ||
16 | url: "https://tools.immae.eu/ldap_password.php" | ||
17 | - name: "Get your IP" | ||
18 | url: "https://tools.immae.eu/myip.php" | ||
19 | |||
20 | # Services | ||
21 | # First level array represent a group. | ||
22 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). | ||
23 | services: | ||
24 | - name: "Tools" | ||
25 | icon: "fas fa-tools" | ||
26 | items: | ||
27 | - name: "Nextcloud" | ||
28 | logo: "assets/tools/nextcloud.png" | ||
29 | url: "https://cloud.immae.eu" | ||
30 | links: | ||
31 | - url: "https://nextcloud.com/" | ||
32 | name: "Project page" | ||
33 | - name: "Etherpad" | ||
34 | logo: "assets/tools/etherpad.ico" | ||
35 | url: "https://ether.immae.eu" | ||
36 | links: | ||
37 | - url: "https://etherpad.org/" | ||
38 | name: "Project page" | ||
39 | - name: "Taskweb" | ||
40 | icon: "fas fa-tasks" | ||
41 | url: "https://task.immae.eu/taskweb" | ||
42 | links: | ||
43 | - url: "http://theunraveler.github.io/taskwarrior-web/" | ||
44 | name: "Project page" | ||
45 | - name: "Agenda" | ||
46 | icon: "fas fa-calendar-alt" | ||
47 | url: "https://dav.immae.eu/caldavzap" | ||
48 | links: | ||
49 | - url: "https://www.inf-it.com/open-source/clients/" | ||
50 | name: "CalDavZAP" | ||
51 | - name: "Contacts" | ||
52 | icon: "fas fa-address-book" | ||
53 | url: "https://dav.immae.eu/carddavmate" | ||
54 | links: | ||
55 | - url: "https://www.inf-it.com/open-source/clients/" | ||
56 | name: "CardDavMATE" | ||
57 | - name: "Kanboard" | ||
58 | logo: "assets/tools/kanboard.png" | ||
59 | url: "https://tools.immae.eu/kanboard" | ||
60 | links: | ||
61 | - url: "https://kanboard.org/" | ||
62 | name: "Project page" | ||
63 | - name: "Dokuwiki" | ||
64 | logo: "assets/tools/dokuwiki.png" | ||
65 | url: "https://tools.immae.eu/dokuwiki" | ||
66 | links: | ||
67 | - url: "https://www.dokuwiki.org/dokuwiki" | ||
68 | name: "Project page" | ||
69 | - name: "RompR (MPD)" | ||
70 | logo: "assets/tools/rompr.png" | ||
71 | url: "https://tools.immae.eu/rompr" | ||
72 | links: | ||
73 | - url: "https://fatg3erman.github.io/RompR/" | ||
74 | name: "Project page" | ||
75 | - name: "Ympd (MPD)" | ||
76 | icon: "far fa-play-circle" | ||
77 | url: "https://tools.immae.eu/mpd" | ||
78 | links: | ||
79 | - url: "https://www.ympd.org/" | ||
80 | name: "Project page" | ||
81 | - name: "Shaarli" | ||
82 | logo: "assets/tools/shaarli.png" | ||
83 | url: "https://tools.immae.eu/Shaarli" | ||
84 | links: | ||
85 | - url: "https://shaarli.readthedocs.io" | ||
86 | name: "Project page" | ||
87 | - name: "TT-RSS" | ||
88 | logo: "assets/tools/ttrss.png" | ||
89 | url: "https://tools.immae.eu/ttrss" | ||
90 | links: | ||
91 | - url: "https://tt-rss.org/" | ||
92 | name: "Project page" | ||
93 | - name: "Wallabag" | ||
94 | logo: "assets/tools/wallabag.svg" | ||
95 | url: "https://tools.immae.eu/wallabag" | ||
96 | links: | ||
97 | - url: "https://www.wallabag.it/en" | ||
98 | name: "Project page" | ||
99 | - name: "Grocy" | ||
100 | logo: "assets/tools/grocy.png" | ||
101 | url: "https://tools.immae.eu/grocy" | ||
102 | links: | ||
103 | - url: "https://grocy.info/" | ||
104 | name: "Project page" | ||
105 | - name: "BIP39" | ||
106 | icon: "fab fa-bitcoin" | ||
107 | url: "https://tools.immae.eu/BIP39" | ||
108 | links: | ||
109 | - url: "https://github.com/iancoleman/bip39" | ||
110 | name: "Source" | ||
111 | - name: "Status Engine" | ||
112 | logo: "assets/tools/statusengine.png" | ||
113 | url: "https://performance.immae.eu" | ||
114 | links: | ||
115 | - url: "https://statusengine.org/" | ||
116 | name: "Project page" | ||
117 | - name: "Social" | ||
118 | icon: "fas fa-users" | ||
119 | items: | ||
120 | - name: "Commento" | ||
121 | logo: "assets/tools/commento.svg" | ||
122 | url: "https://commento.immae.eu" | ||
123 | links: | ||
124 | - url: "https://www.commento.io/" | ||
125 | name: "Project page" | ||
126 | - name: "Diaspora" | ||
127 | logo: "assets/tools/diaspora.png" | ||
128 | url: "https://diaspora.immae.eu" | ||
129 | links: | ||
130 | - url: "https://diasporafoundation.org/" | ||
131 | name: "Project page" | ||
132 | - name: "Mastodon" | ||
133 | logo: "assets/tools/mastodon.png" | ||
134 | url: "https://mastodon.immae.eu" | ||
135 | links: | ||
136 | - url: "https://joinmastodon.org/" | ||
137 | name: "Project page" | ||
138 | - name: "PhpBB" | ||
139 | logo: "assets/tools/phpbb.ico" | ||
140 | url: "https://tools.immae.eu/forum" | ||
141 | links: | ||
142 | - url: "https://www.phpbb.com/" | ||
143 | name: "Project page" | ||
144 | - name: "Instant messaging (converse)" | ||
145 | icon: "fas fa-comment" | ||
146 | url: "https://im.immae.fr/converse" | ||
147 | links: | ||
148 | - url: "https://conversejs.org/" | ||
149 | name: "Project page" | ||
150 | - name: "Mail (roundcube)" | ||
151 | logo: "assets/tools/roundcube.svg" | ||
152 | url: "https://mail.immae.eu/roundcube" | ||
153 | links: | ||
154 | - url: "https://roundcube.net/" | ||
155 | name: "Project page" | ||
156 | - name: "Mail (rainloop)" | ||
157 | logo: "assets/tools/rainloop.png" | ||
158 | url: "https://mail.immae.eu/rainloop" | ||
159 | links: | ||
160 | - url: "http://www.rainloop.net/" | ||
161 | name: "Project page" | ||
162 | - name: "Video" | ||
163 | icon: "fas fa-video" | ||
164 | items: | ||
165 | - name: "Peertube" | ||
166 | logo: "assets/tools/peertube.png" | ||
167 | url: "https://peertube.immae.eu" | ||
168 | links: | ||
169 | - url: "https://joinpeertube.org/fr/" | ||
170 | name: "Project page" | ||
171 | - name: "Mediagoblin" | ||
172 | logo: "assets/tools/mgoblin.ico" | ||
173 | url: "https://mgoblin.immae.eu" | ||
174 | links: | ||
175 | - url: "https://mediagoblin.org/" | ||
176 | name: "Project page" | ||
177 | - name: "Games" | ||
178 | icon: "fas fa-gamepad" | ||
179 | items: | ||
180 | - name: "Codenames" | ||
181 | logo: "assets/tools/games_codenames.png" | ||
182 | url: "https://codenames.games.immae.eu/" | ||
183 | links: | ||
184 | - url: "https://github.com/jbowens/codenamesgreen" | ||
185 | name: "Source" | ||
186 | - name: "Terraforming mars" | ||
187 | logo: "assets/tools/games_terraforming_mars.ico" | ||
188 | url: "https://terraforming-mars.games.immae.eu/" | ||
189 | links: | ||
190 | - url: "https://github.com/bafolts/terraforming-mars" | ||
191 | name: "Source" | ||
192 | - name: "Development" | ||
193 | icon: "fas fa-code-branch" | ||
194 | items: | ||
195 | - name: "Gitweb" | ||
196 | logo: "assets/tools/gitweb.png" | ||
197 | url: "https://git.immae.eu" | ||
198 | links: | ||
199 | - url: "https://git-scm.com/" | ||
200 | name: "Project page" | ||
201 | - name: "Mantisbt" | ||
202 | logo: "assets/tools/mantisbt.png" | ||
203 | url: "https://git.immae.eu/mantisbt" | ||
204 | links: | ||
205 | - url: "https://mantisbt.org/" | ||
206 | name: "Project page" | ||
207 | - name: "Buildbot" | ||
208 | logo: "assets/tools/buildbot.svg" | ||
209 | url: "https://git.immae.eu/buildbot/immaeEu/" | ||
210 | links: | ||
211 | - url: "https://buildbot.net/" | ||
212 | name: "Project page" | ||
213 | - name: "Adminer" | ||
214 | logo: "assets/tools/adminer.png" | ||
215 | url: "https://tools.immae.eu/adminer" | ||
216 | links: | ||
217 | - url: "https://www.adminer.org/" | ||
218 | name: "Project page" | ||
219 | - name: "Release" | ||
220 | icon: "fas fa-running" | ||
221 | url: "https://release.immae.eu" | ||
222 | links: | ||
223 | - url: "https://oupala.github.io/apaxy/" | ||
224 | name: "Theme by Apaxy" | ||
225 | - name: "Immae" | ||
226 | icon: "fas fa-edit" | ||
227 | items: | ||
228 | - name: "Page principale" | ||
229 | icon: "fas fa-user" | ||
230 | url: "https://www.immae.eu" | ||
231 | links: | ||
232 | - url: "https://blog.getpelican.com/" | ||
233 | name: "Built with Pelican" | ||
234 | - name: "Historique infrastructure / Changelog" | ||
235 | icon: "fas fa-history" | ||
236 | url: "https://www.immae.eu/history" | ||
237 | links: | ||
238 | - url: "https://www.changelog.site/" | ||
239 | name: "Built with ChangeLog" | ||
240 | - name: "Atelier d’écriture" | ||
241 | icon: "fas fa-pen" | ||
242 | url: "https://www.immae.eu/atelier" | ||
243 | - name: "Blog" | ||
244 | icon: "fas fa-blog" | ||
245 | url: "https://www.immae.eu/blog" | ||
246 | links: | ||
247 | - url: "https://blog.getpelican.com/" | ||
248 | name: "Built with Pelican" | ||
249 | - name: "Recherche" | ||
250 | icon: "fas fa-search" | ||
251 | url: "https://www.immae.eu/recherche" | ||
252 | - name: "Cours" | ||
253 | icon: "fas fa-school" | ||
254 | url: "https://www.immae.eu/cours" | ||
255 | links: | ||
256 | - url: "https://melusine.eu.org/syracuse/immae/" | ||
257 | name: "Miroir (Mélusine)" | ||
258 | - name: "Recettes" | ||
259 | icon: "fas fa-utensils" | ||
260 | url: "https://www.immae.eu/recettes" | ||
261 | links: | ||
262 | - url: "https://jekyllrb.com/" | ||
263 | name: "Built with Jekyll" | ||
264 | - name: "Chapeaux de Hamming" | ||
265 | icon: "fas fa-hat-cowboy-side" | ||
266 | url: "https://www.immae.eu/chapeaux" | ||
267 | - name: "Configuration / System" | ||
268 | icon: "fas fa-cog" | ||
269 | items: | ||
270 | - name: "Instant messaging" | ||
271 | url: "https://im.immae.fr" | ||
272 | links: | ||
273 | - url: "https://www.ejabberd.im/" | ||
274 | name: "Ejabberd" | ||
275 | - name: "E-mail" | ||
276 | url: "https://mail.immae.eu" | ||
277 | links: | ||
278 | - url: "http://www.postfix.org/" | ||
279 | name: "Postfix" | ||
280 | - url: "https://www.dovecot.org/" | ||
281 | name: "Dovecot" | ||
282 | - url: "https://www.rspamd.com/" | ||
283 | name: "Rspamd" | ||
284 | - url: "http://www.opendkim.org/" | ||
285 | name: "OpenDKIM" | ||
286 | - url: "http://www.trusteddomain.org/opendmarc/" | ||
287 | name: "OpenDMARC" | ||
288 | - url: "https://github.com/trusteddomainproject/OpenARC" | ||
289 | name: "OpenARC" | ||
290 | - name: "Mailing-List" | ||
291 | url: "https://mail.immae.eu/sympa" | ||
292 | links: | ||
293 | - url: "https://www.sympa.org/" | ||
294 | name: "SYMPA" | ||
295 | - name: "VPN" | ||
296 | url: "https://vpn.immae.eu" | ||
297 | links: | ||
298 | - url: "https://tinc-vpn.org/" | ||
299 | name: "Tinc" | ||
300 | - name: "Taskwarrior" | ||
301 | url: "https://task.immae.eu" | ||
302 | links: | ||
303 | - url: "http://theunraveler.github.io/taskwarrior-web/" | ||
304 | name: "Project page" | ||
305 | - name: "Dav" | ||
306 | url: "https://dav.immae.eu" | ||
307 | - name: "Dav acount" | ||
308 | url: "https://dav.immae.eu/davical" | ||
309 | links: | ||
310 | - url: "https://www.davical.org/" | ||
311 | name: "Davical" | ||
312 | - name: "Paste" | ||
313 | url: "https://tools.immae.eu/paste" | ||
314 | links: | ||
315 | - url: "http://termbin.com/" | ||
316 | name: "Termbin" | ||
317 | - name: "LDAP" | ||
318 | url: "https://tools.immae.eu/ldap" | ||
319 | links: | ||
320 | - url: "http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page" | ||
321 | name: "phpLDAPAdmin" | ||
322 | - name: "Yourls" | ||
323 | url: "https://tools.immae.eu/url/admin/" | ||
324 | links: | ||
325 | - url: "http://yourls.org/" | ||
326 | name: "Project page" | ||
327 | - name: "Change password" | ||
328 | url: "https://tools.immae.eu/ldap_password.php" | ||
329 | links: | ||
330 | - url: "https://gist.github.com/mattrude/657334" | ||
331 | name: "Source" | ||
332 | - name: "temp.immae.eu" | ||
333 | url: "https://temp.immae.eu" | ||
334 | links: | ||
335 | - url: "https://git.cloudron.io/cloudron/surfer" | ||
336 | name: "Surfer" | ||
337 | - name: "DMARC report status" | ||
338 | url: "https://tools.immae.eu/dmarc-reports" | ||
339 | links: | ||
340 | - url: "https://git.immae.eu/?p=perso/Immae/Config/Nix.git;a=tree;f=modules/private/websites/tools/tools/dmarc_reports;hb=HEAD" | ||
341 | name: "Source code" | ||
342 | - url: "https://github.com/techsneeze/dmarcts-report-viewer" | ||
343 | name: "Inspiration work" | ||