Compare commits
5 Commits
main
...
debian-des
Author | SHA1 | Date |
---|---|---|
Johannes Bülow | 21d9197a7a | |
Johannes Bülow | f62b8751ad | |
Johannes Bülow | 42f7811795 | |
Johannes Bülow | 9d9dfbd590 | |
Johannes Bülow | 635d28fe86 |
|
@ -19,8 +19,7 @@ steps:
|
|||
repo: git.jmbit.de/jmb/webtop-plus
|
||||
registry: git.jmbit.de
|
||||
tags:
|
||||
- debian-desktop-latest
|
||||
- debian-desktop-${CI_COMMIT_REF}
|
||||
- debian-desktop
|
||||
username: jmb
|
||||
password:
|
||||
from_secret: forgejo_token
|
||||
|
|
|
@ -1,13 +1,8 @@
|
|||
FROM lscr.io/linuxserver/webtop
|
||||
FROM lscr.io/linuxserver/webtop:debian-xfce
|
||||
LABEL authors="Johannes Bülow <johannes.buelow@jmbit.de>"
|
||||
RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc
|
||||
ENV HOME=/home/abc \
|
||||
START_DOCKER=false
|
||||
|
||||
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
|
||||
RUN apt-get purge chromium -y && apt-get install firefox-esr -y
|
||||
|
||||
EXPOSE 3000 3001
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# webtop-plus
|
||||
[![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
|
||||
|
||||
## Firefox Policy examples:
|
||||
https://mozilla.github.io/policy-templates/
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"policies": {
|
||||
"DisablePocket": true,
|
||||
"DisableSetDesktopBackground": true,
|
||||
"DisableTelemetry": true,
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue