mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-08 22:34:56 +02:00
rebase arch-mate to selkies (#308)
This commit is contained in:
parent
012417a663
commit
cf1a99924f
0
.editorconfig
Executable file → Normal file
0
.editorconfig
Executable file → Normal file
0
.github/ISSUE_TEMPLATE/issue.bug.yml
vendored
Executable file → Normal file
0
.github/ISSUE_TEMPLATE/issue.bug.yml
vendored
Executable file → Normal file
0
.github/ISSUE_TEMPLATE/issue.feature.yml
vendored
Executable file → Normal file
0
.github/ISSUE_TEMPLATE/issue.feature.yml
vendored
Executable file → Normal file
0
.github/workflows/call_issue_pr_tracker.yml
vendored
Executable file → Normal file
0
.github/workflows/call_issue_pr_tracker.yml
vendored
Executable file → Normal file
0
.github/workflows/call_issues_cron.yml
vendored
Executable file → Normal file
0
.github/workflows/call_issues_cron.yml
vendored
Executable file → Normal file
0
.github/workflows/permissions.yml
vendored
Executable file → Normal file
0
.github/workflows/permissions.yml
vendored
Executable file → Normal file
@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arch
|
FROM ghcr.io/linuxserver/baseimage-selkies:arch
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@ -12,7 +12,7 @@ ENV TITLE="Arch MATE"
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** add icon ****" && \
|
echo "**** add icon ****" && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/kclient/public/icon.png \
|
/usr/share/selkies/www/icon.png \
|
||||||
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
pacman -Sy --noconfirm --needed \
|
pacman -Sy --noconfirm --needed \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-arch
|
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-arch
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@ -12,7 +12,7 @@ ENV TITLE="Arch MATE"
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** add icon ****" && \
|
echo "**** add icon ****" && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/kclient/public/icon.png \
|
/usr/share/selkies/www/icon.png \
|
||||||
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
pacman -Sy --noconfirm --needed \
|
pacman -Sy --noconfirm --needed \
|
||||||
|
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -30,8 +30,8 @@ pipeline {
|
|||||||
MULTIARCH = 'true'
|
MULTIARCH = 'true'
|
||||||
CI = 'true'
|
CI = 'true'
|
||||||
CI_WEB = 'true'
|
CI_WEB = 'true'
|
||||||
CI_PORT = '3000'
|
CI_PORT = '3001'
|
||||||
CI_SSL = 'false'
|
CI_SSL = 'true'
|
||||||
CI_DELAY = '120'
|
CI_DELAY = '120'
|
||||||
CI_DOCKERENV = 'TZ=US/Pacific'
|
CI_DOCKERENV = 'TZ=US/Pacific'
|
||||||
CI_AUTH = 'user:password'
|
CI_AUTH = 'user:password'
|
||||||
|
@ -20,8 +20,8 @@ repo_vars:
|
|||||||
- MULTIARCH = 'true'
|
- MULTIARCH = 'true'
|
||||||
- CI = 'true'
|
- CI = 'true'
|
||||||
- CI_WEB = 'true'
|
- CI_WEB = 'true'
|
||||||
- CI_PORT = '3000'
|
- CI_PORT = '3001'
|
||||||
- CI_SSL = 'false'
|
- CI_SSL = 'true'
|
||||||
- CI_DELAY = '120'
|
- CI_DELAY = '120'
|
||||||
- CI_DOCKERENV = 'TZ=US/Pacific'
|
- CI_DOCKERENV = 'TZ=US/Pacific'
|
||||||
- CI_AUTH = 'user:password'
|
- CI_AUTH = 'user:password'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user