added Firefox IPKM bookmarks

This commit is contained in:
IPKM Admin 2024-02-11 17:14:21 +01:00
parent a64b4f77fe
commit a49bbf8082
2 changed files with 37 additions and 0 deletions

33
firefox-policies.json Normal file
View File

@ -0,0 +1,33 @@
{
"policies": {
"ManagedBookmarks": [
{
"toplevel_name": "IPKM"
},
{
"url": "https://wiki.pkm.physik.tu-darmstadt.de",
"name": "Wiki"
},
{
"url": "https://wolke.pkm.physik.tu-darmstadt.de",
"name": "Seafile"
},
{
"url": "https://mail.pkm.physik.tu-darmstadt.de",
"name": "Email"
},
{
"url": "https://element.pkm.physik.tu-darmstadt.de",
"name": "Element (Matrix Chat)"
},
{
"url": "https://gitea.pkm.physik.tu-darmstadt.de",
"name": "Gitea"
},
{
"url": "https://zammad.pkm.physik.tu-darmstadt.de",
"name": "Trouble Ticket"
}
]
}
}

View File

@ -24,6 +24,10 @@
- texlive-pictures
- texstudio
- texstudio-l10n
- name: Add Firefox bookmarks
copy:
src: firefox-policies.json
dest: /etc/firefox/policies/policies.json
- name: Add jammy-proposed
apt_repository: