diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-05-04 00:15:16 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-05-04 00:15:16 +0200 |
commit | 3dd7ddbbf0b806710815d3f7e7923ced97fcb61c (patch) | |
tree | 1a8fbaf91d3a55ed1c523bdcb6a951786ed1361e /modules/private/websites | |
parent | 4b0a82cc2f4597a11b9275cf156ae9cceffaf44f (diff) | |
download | Nix-3dd7ddbbf0b806710815d3f7e7923ced97fcb61c.tar.gz Nix-3dd7ddbbf0b806710815d3f7e7923ced97fcb61c.tar.zst Nix-3dd7ddbbf0b806710815d3f7e7923ced97fcb61c.zip |
Remove blank target from landing page
Diffstat (limited to 'modules/private/websites')
-rw-r--r-- | modules/private/websites/tools/tools/landing/config.yml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/modules/private/websites/tools/tools/landing/config.yml b/modules/private/websites/tools/tools/landing/config.yml index e26df76..20995a9 100644 --- a/modules/private/websites/tools/tools/landing/config.yml +++ b/modules/private/websites/tools/tools/landing/config.yml | |||
@@ -12,16 +12,12 @@ links: | |||
12 | - name: "status" | 12 | - name: "status" |
13 | icon: "fas fa-desktop" | 13 | icon: "fas fa-desktop" |
14 | url: "https://status.immae.eu" | 14 | url: "https://status.immae.eu" |
15 | target: '_blank' # optionnal html a tag target attribute | ||
16 | - name: "DMARC status" | 15 | - name: "DMARC status" |
17 | url: "https://tools.immae.eu/dmarc-reports" | 16 | url: "https://tools.immae.eu/dmarc-reports" |
18 | target: '_blank' | ||
19 | - name: "Change password" | 17 | - name: "Change password" |
20 | url: "https://tools.immae.eu/ldap_password.php" | 18 | url: "https://tools.immae.eu/ldap_password.php" |
21 | target: '_blank' | ||
22 | - name: "Get your IP" | 19 | - name: "Get your IP" |
23 | url: "https://tools.immae.eu/myip.php" | 20 | url: "https://tools.immae.eu/myip.php" |
24 | target: '_blank' | ||
25 | 21 | ||
26 | # Services | 22 | # Services |
27 | # First level array represent a group. | 23 | # First level array represent a group. |
@@ -33,97 +29,75 @@ services: | |||
33 | - name: "Nextcloud" | 29 | - name: "Nextcloud" |
34 | logo: "assets/tools/nextcloud.png" | 30 | logo: "assets/tools/nextcloud.png" |
35 | url: "https://cloud.immae.eu" | 31 | url: "https://cloud.immae.eu" |
36 | target: '_blank' | ||
37 | - name: "Etherpad" | 32 | - name: "Etherpad" |
38 | logo: "assets/tools/etherpad.ico" | 33 | logo: "assets/tools/etherpad.ico" |
39 | url: "https://ether.immae.eu" | 34 | url: "https://ether.immae.eu" |
40 | target: '_blank' | ||
41 | - name: "Taskweb" | 35 | - name: "Taskweb" |
42 | icon: "fas fa-tasks" | 36 | icon: "fas fa-tasks" |
43 | url: "https://task.immae.eu/taskweb" | 37 | url: "https://task.immae.eu/taskweb" |
44 | target: '_blank' | ||
45 | - name: "Agenda" | 38 | - name: "Agenda" |
46 | icon: "fas fa-calendar-alt" | 39 | icon: "fas fa-calendar-alt" |
47 | url: "https://dav.immae.eu/caldavzap" | 40 | url: "https://dav.immae.eu/caldavzap" |
48 | target: '_blank' | ||
49 | - name: "Contacts" | 41 | - name: "Contacts" |
50 | icon: "fas fa-address-book" | 42 | icon: "fas fa-address-book" |
51 | url: "https://dav.immae.eu/carddavmate" | 43 | url: "https://dav.immae.eu/carddavmate" |
52 | target: '_blank' | ||
53 | - name: "Kanboard" | 44 | - name: "Kanboard" |
54 | logo: "assets/tools/kanboard.png" | 45 | logo: "assets/tools/kanboard.png" |
55 | url: "https://tools.immae.eu/kanboard" | 46 | url: "https://tools.immae.eu/kanboard" |
56 | target: '_blank' | ||
57 | - name: "Dokuwiki" | 47 | - name: "Dokuwiki" |
58 | logo: "assets/tools/dokuwiki.png" | 48 | logo: "assets/tools/dokuwiki.png" |
59 | url: "https://tools.immae.eu/dokuwiki" | 49 | url: "https://tools.immae.eu/dokuwiki" |
60 | target: '_blank' | ||
61 | - name: "RompR (MPD)" | 50 | - name: "RompR (MPD)" |
62 | logo: "assets/tools/rompr.png" | 51 | logo: "assets/tools/rompr.png" |
63 | url: "https://tools.immae.eu/rompr" | 52 | url: "https://tools.immae.eu/rompr" |
64 | target: '_blank' | ||
65 | - name: "Ympd (MPD)" | 53 | - name: "Ympd (MPD)" |
66 | icon: "far fa-play-circle" | 54 | icon: "far fa-play-circle" |
67 | url: "https://tools.immae.eu/mpd" | 55 | url: "https://tools.immae.eu/mpd" |
68 | target: '_blank' | ||
69 | - name: "Shaarli" | 56 | - name: "Shaarli" |
70 | logo: "assets/tools/shaarli.png" | 57 | logo: "assets/tools/shaarli.png" |
71 | url: "https://tools.immae.eu/Shaarli" | 58 | url: "https://tools.immae.eu/Shaarli" |
72 | target: '_blank' | ||
73 | - name: "TT-RSS" | 59 | - name: "TT-RSS" |
74 | logo: "assets/tools/ttrss.png" | 60 | logo: "assets/tools/ttrss.png" |
75 | url: "https://tools.immae.eu/ttrss" | 61 | url: "https://tools.immae.eu/ttrss" |
76 | target: '_blank' | ||
77 | - name: "Wallabag" | 62 | - name: "Wallabag" |
78 | logo: "assets/tools/wallabag.svg" | 63 | logo: "assets/tools/wallabag.svg" |
79 | url: "https://tools.immae.eu/wallabag" | 64 | url: "https://tools.immae.eu/wallabag" |
80 | target: '_blank' | ||
81 | - name: "Grocy" | 65 | - name: "Grocy" |
82 | logo: "assets/tools/grocy.png" | 66 | logo: "assets/tools/grocy.png" |
83 | url: "https://tools.immae.eu/grocy" | 67 | url: "https://tools.immae.eu/grocy" |
84 | target: '_blank' | ||
85 | - name: "BIP39" | 68 | - name: "BIP39" |
86 | icon: "fab fa-bitcoin" | 69 | icon: "fab fa-bitcoin" |
87 | url: "https://tools.immae.eu/BIP39" | 70 | url: "https://tools.immae.eu/BIP39" |
88 | target: '_blank' | ||
89 | - name: "Social" | 71 | - name: "Social" |
90 | icon: "fas fa-users" | 72 | icon: "fas fa-users" |
91 | items: | 73 | items: |
92 | - name: "Diaspora" | 74 | - name: "Diaspora" |
93 | logo: "assets/tools/diaspora.png" | 75 | logo: "assets/tools/diaspora.png" |
94 | url: "https://diaspora.immae.eu" | 76 | url: "https://diaspora.immae.eu" |
95 | target: '_blank' | ||
96 | - name: "Mastodon" | 77 | - name: "Mastodon" |
97 | logo: "assets/tools/mastodon.png" | 78 | logo: "assets/tools/mastodon.png" |
98 | url: "https://mastodon.immae.eu" | 79 | url: "https://mastodon.immae.eu" |
99 | target: '_blank' | ||
100 | - name: "PhpBB" | 80 | - name: "PhpBB" |
101 | logo: "assets/tools/phpbb.ico" | 81 | logo: "assets/tools/phpbb.ico" |
102 | url: "https://tools.immae.eu/forum" | 82 | url: "https://tools.immae.eu/forum" |
103 | target: '_blank' | ||
104 | - name: "Instant messaging (converse)" | 83 | - name: "Instant messaging (converse)" |
105 | icon: "fas fa-comment" | 84 | icon: "fas fa-comment" |
106 | url: "https://im.immae.fr/converse" | 85 | url: "https://im.immae.fr/converse" |
107 | target: '_blank' | ||
108 | - name: "Mail (roundcube)" | 86 | - name: "Mail (roundcube)" |
109 | logo: "assets/tools/roundcube.svg" | 87 | logo: "assets/tools/roundcube.svg" |
110 | url: "https://mail.immae.eu/roundcube" | 88 | url: "https://mail.immae.eu/roundcube" |
111 | target: '_blank' | ||
112 | - name: "Mail (rainloop)" | 89 | - name: "Mail (rainloop)" |
113 | logo: "assets/tools/rainloop.png" | 90 | logo: "assets/tools/rainloop.png" |
114 | url: "https://mail.immae.eu/rainloop" | 91 | url: "https://mail.immae.eu/rainloop" |
115 | target: '_blank' | ||
116 | - name: "Video" | 92 | - name: "Video" |
117 | icon: "fas fa-video" | 93 | icon: "fas fa-video" |
118 | items: | 94 | items: |
119 | - name: "Peertube" | 95 | - name: "Peertube" |
120 | logo: "assets/tools/peertube.png" | 96 | logo: "assets/tools/peertube.png" |
121 | url: "https://peertube.immae.eu" | 97 | url: "https://peertube.immae.eu" |
122 | target: '_blank' | ||
123 | - name: "Mediagoblin" | 98 | - name: "Mediagoblin" |
124 | logo: "assets/tools/mgoblin.ico" | 99 | logo: "assets/tools/mgoblin.ico" |
125 | url: "https://mgoblin.immae.eu" | 100 | url: "https://mgoblin.immae.eu" |
126 | target: '_blank' | ||
127 | - name: "Games" | 101 | - name: "Games" |
128 | icon: "fas fa-gamepad" | 102 | icon: "fas fa-gamepad" |
129 | items: | 103 | items: |
@@ -131,91 +105,68 @@ services: | |||
131 | logo: "assets/tools/games_codenames.png" | 105 | logo: "assets/tools/games_codenames.png" |
132 | #source: https://github.com/jbowens/codenamesgreen | 106 | #source: https://github.com/jbowens/codenamesgreen |
133 | url: "https://codenames.games.immae.eu/" | 107 | url: "https://codenames.games.immae.eu/" |
134 | target: '_blank' | ||
135 | - name: "Development" | 108 | - name: "Development" |
136 | icon: "fas fa-code-branch" | 109 | icon: "fas fa-code-branch" |
137 | items: | 110 | items: |
138 | - name: "Gitweb" | 111 | - name: "Gitweb" |
139 | logo: "assets/tools/gitweb.png" | 112 | logo: "assets/tools/gitweb.png" |
140 | url: "https://git.immae.eu" | 113 | url: "https://git.immae.eu" |
141 | target: '_blank' | ||
142 | - name: "Mantisbt" | 114 | - name: "Mantisbt" |
143 | logo: "assets/tools/mantisbt.png" | 115 | logo: "assets/tools/mantisbt.png" |
144 | url: "https://git.immae.eu/mantisbt" | 116 | url: "https://git.immae.eu/mantisbt" |
145 | target: '_blank' | ||
146 | - name: "Buildbot" | 117 | - name: "Buildbot" |
147 | logo: "assets/tools/buildbot.svg" | 118 | logo: "assets/tools/buildbot.svg" |
148 | url: "https://git.immae.eu/buildbot/immaeEu/" | 119 | url: "https://git.immae.eu/buildbot/immaeEu/" |
149 | target: '_blank' | ||
150 | - name: "Adminer" | 120 | - name: "Adminer" |
151 | logo: "assets/tools/adminer.png" | 121 | logo: "assets/tools/adminer.png" |
152 | url: "https://tools.immae.eu/adminer" | 122 | url: "https://tools.immae.eu/adminer" |
153 | target: '_blank' | ||
154 | - name: "Release" | 123 | - name: "Release" |
155 | icon: "fas fa-running" | 124 | icon: "fas fa-running" |
156 | url: "https://release.immae.eu" | 125 | url: "https://release.immae.eu" |
157 | target: '_blank' | ||
158 | - name: "Immae" | 126 | - name: "Immae" |
159 | icon: "fas fa-edit" | 127 | icon: "fas fa-edit" |
160 | items: | 128 | items: |
161 | - name: "Page principale" | 129 | - name: "Page principale" |
162 | icon: "fas fa-user" | 130 | icon: "fas fa-user" |
163 | url: "https://www.immae.eu" | 131 | url: "https://www.immae.eu" |
164 | target: '_blank' | ||
165 | - name: "Atelier d’écriture" | 132 | - name: "Atelier d’écriture" |
166 | icon: "fas fa-pen" | 133 | icon: "fas fa-pen" |
167 | url: "https://www.immae.eu/atelier" | 134 | url: "https://www.immae.eu/atelier" |
168 | target: '_blank' | ||
169 | - name: "Blog" | 135 | - name: "Blog" |
170 | icon: "fas fa-blog" | 136 | icon: "fas fa-blog" |
171 | url: "https://www.immae.eu/blog" | 137 | url: "https://www.immae.eu/blog" |
172 | target: '_blank' | ||
173 | - name: "Recherche" | 138 | - name: "Recherche" |
174 | icon: "fas fa-search" | 139 | icon: "fas fa-search" |
175 | url: "https://www.immae.eu/recherche" | 140 | url: "https://www.immae.eu/recherche" |
176 | target: '_blank' | ||
177 | - name: "Cours" | 141 | - name: "Cours" |
178 | icon: "fas fa-school" | 142 | icon: "fas fa-school" |
179 | url: "https://www.immae.eu/cours" | 143 | url: "https://www.immae.eu/cours" |
180 | target: '_blank' | ||
181 | - name: "Recettes" | 144 | - name: "Recettes" |
182 | icon: "fas fa-utensils" | 145 | icon: "fas fa-utensils" |
183 | url: "https://www.immae.eu/recettes" | 146 | url: "https://www.immae.eu/recettes" |
184 | target: '_blank' | ||
185 | - name: "Chapeaux de Hamming" | 147 | - name: "Chapeaux de Hamming" |
186 | icon: "fas fa-hat-cowboy-side" | 148 | icon: "fas fa-hat-cowboy-side" |
187 | url: "https://www.immae.eu/chapeaux" | 149 | url: "https://www.immae.eu/chapeaux" |
188 | target: '_blank' | ||
189 | - name: "Configuration" | 150 | - name: "Configuration" |
190 | icon: "fas fa-cog" | 151 | icon: "fas fa-cog" |
191 | items: | 152 | items: |
192 | - name: "Instant messaging" | 153 | - name: "Instant messaging" |
193 | url: "https://im.immae.fr" | 154 | url: "https://im.immae.fr" |
194 | target: '_blank' | ||
195 | - name: "E-mail" | 155 | - name: "E-mail" |
196 | url: "https://mail.immae.eu" | 156 | url: "https://mail.immae.eu" |
197 | target: '_blank' | ||
198 | - name: "VPN" | 157 | - name: "VPN" |
199 | url: "https://vpn.immae.eu" | 158 | url: "https://vpn.immae.eu" |
200 | target: '_blank' | ||
201 | - name: "Taskwarrior" | 159 | - name: "Taskwarrior" |
202 | url: "https://task.immae.eu" | 160 | url: "https://task.immae.eu" |
203 | target: '_blank' | ||
204 | - name: "Dav" | 161 | - name: "Dav" |
205 | url: "https://dav.immae.eu" | 162 | url: "https://dav.immae.eu" |
206 | target: '_blank' | ||
207 | - name: "Dav acount" | 163 | - name: "Dav acount" |
208 | url: "https://dav.immae.eu/davical" | 164 | url: "https://dav.immae.eu/davical" |
209 | target: '_blank' | ||
210 | - name: "Paste" | 165 | - name: "Paste" |
211 | url: "https://tools.immae.eu/paste" | 166 | url: "https://tools.immae.eu/paste" |
212 | target: '_blank' | ||
213 | - name: "LDAP" | 167 | - name: "LDAP" |
214 | url: "https://tools.immae.eu/ldap" | 168 | url: "https://tools.immae.eu/ldap" |
215 | target: '_blank' | ||
216 | - name: "Yourls" | 169 | - name: "Yourls" |
217 | url: "https://tools.immae.eu/url/admin/" | 170 | url: "https://tools.immae.eu/url/admin/" |
218 | target: '_blank' | ||
219 | - name: "Change password" | 171 | - name: "Change password" |
220 | url: "https://tools.immae.eu/ldap_password.php" | 172 | url: "https://tools.immae.eu/ldap_password.php" |
221 | target: '_blank' | ||