Compare commits
3 Commits
debian-des
...
main
Author | SHA1 | Date |
---|---|---|
Johannes Bülow | 9a1481647b | |
Johannes Bülow | 5acef82d15 | |
Johannes Bülow | 5750c16414 |
|
@ -19,7 +19,8 @@ steps:
|
||||||
repo: git.jmbit.de/jmb/webtop-plus
|
repo: git.jmbit.de/jmb/webtop-plus
|
||||||
registry: git.jmbit.de
|
registry: git.jmbit.de
|
||||||
tags:
|
tags:
|
||||||
- debian-desktop
|
- debian-desktop-latest
|
||||||
|
- debian-desktop-${CI_COMMIT_REF}
|
||||||
username: jmb
|
username: jmb
|
||||||
password:
|
password:
|
||||||
from_secret: forgejo_token
|
from_secret: forgejo_token
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
FROM lscr.io/linuxserver/webtop:debian-xfce
|
FROM lscr.io/linuxserver/webtop
|
||||||
LABEL authors="Johannes Bülow <johannes.buelow@jmbit.de>"
|
LABEL authors="Johannes Bülow <johannes.buelow@jmbit.de>"
|
||||||
RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc
|
RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc
|
||||||
ENV HOME=/home/abc \
|
ENV HOME=/home/abc \
|
||||||
START_DOCKER=false
|
START_DOCKER=false
|
||||||
RUN apt-get purge chromium -y && apt-get install firefox-esr -y
|
|
||||||
|
RUN apk del --no-interactive docker cups
|
||||||
|
|
||||||
|
RUN apk add --no-cache --no-interactive \
|
||||||
|
libreoffice firefox-intl py3-oletools py3-oletools-pyc npm msitools yara curl zip unzip 7zip \
|
||||||
|
npm file
|
||||||
|
|
||||||
EXPOSE 3000 3001
|
EXPOSE 3000 3001
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
# webtop-plus
|
# webtop-plus
|
||||||
[![status-badge](https://ci.jmbit.de/api/badges/10/status.svg)](https://ci.jmbit.de/repos/10)
|
[![status-badge](https://ci.jmbit.de/api/badges/10/status.svg)](https://ci.jmbit.de/repos/10)
|
||||||
Customizes the https://hub.docker.com/r/linuxserver/webtop to my preferences
|
Customizes the https://hub.docker.com/r/linuxserver/webtop to my preferences
|
||||||
|
|
||||||
|
## Firefox Policy examples:
|
||||||
|
https://mozilla.github.io/policy-templates/
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"policies": {
|
||||||
|
"DisablePocket": true,
|
||||||
|
"DisableSetDesktopBackground": true,
|
||||||
|
"DisableTelemetry": true,
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue