added Firefox IPKM bookmarks
This commit is contained in:
parent
a64b4f77fe
commit
a49bbf8082
33
firefox-policies.json
Normal file
33
firefox-policies.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user