Migrate phone web app to chromium

As it doesn't work with firefox.
This commit is contained in:
Daniel Siepmann 2022-05-24 09:29:04 +02:00
parent 2807896666
commit a1e93157c4
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 4 additions and 13 deletions

View file

@ -159,15 +159,6 @@
};
userContent = pkgs.lib.fileContents ./firefox/userContent.css;
};
phone = {
name = "phone";
id = 3;
isDefault = false;
userChrome = pkgs.lib.fileContents ./firefox/kioskLikeUserChrome.css;
settings = {
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
};
};
toggl = {
name = "toggl";
id = 1;

View file

@ -85,17 +85,17 @@
mattermost = {
name = "Mattermost werkraum-media";
type = "Application";
exec = "${pkgs.chromium}/bin/chromium --class=\"chat\" --new-window --new-window --app=https://mattermost.werkraum-media.de/";
exec = "${pkgs.chromium}/bin/chromium --class=\"chat\" --new-window --app=https://mattermost.werkraum-media.de/";
};
werkraum-jitsi = {
name = "Jitsi werkraum-media";
type = "Application";
exec = "${pkgs.chromium}/bin/chromium --class=\"chat\" --new-window --new-window --app=https://jitsi.werkraum-media.de/codappix";
exec = "${pkgs.chromium}/bin/chromium --class=\"chat\" --new-window --app=https://jitsi.werkraum-media.de/codappix";
};
phone = {
name = "Phone";
name = "Phone (Sipgate)";
type = "Application";
exec = "${pkgs.firefox}/bin/firefox --class=\"phone\" --new-instance -P phone https://app.sipgate.com/w3/phone/phone";
exec = "${pkgs.chromium}/bin/chromium --class=\"phone\" --new-window --app=https://app.sipgate.com/w3/phone/phone";
};
toggl = {
name = "Toggl Time Tracking";