Skip to content

Commit 21ef98b

Browse files
committed
rebase arch-i3 to selkies
1 parent e20e874 commit 21ef98b

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

.editorconfig

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.bug.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.feature.yml

100755100644
File mode changed.

.github/workflows/call_issue_pr_tracker.yml

100755100644
File mode changed.

.github/workflows/call_issues_cron.yml

100755100644
File mode changed.

.github/workflows/permissions.yml

100755100644
File mode changed.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arch
1+
FROM ghcr.io/linuxserver/baseimage-selkies:arch
22

33
# set version label
44
ARG BUILD_DATE
@@ -12,7 +12,7 @@ ENV TITLE="Arch i3"
1212
RUN \
1313
echo "**** add icon ****" && \
1414
curl -o \
15-
/kclient/public/icon.png \
15+
/usr/share/selkies/www/icon.png \
1616
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
1717
echo "**** install packages ****" && \
1818
pacman -Sy --noconfirm --needed \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-arch
1+
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-arch
22

33
# set version label
44
ARG BUILD_DATE
@@ -12,7 +12,7 @@ ENV TITLE="Arch i3"
1212
RUN \
1313
echo "**** add icon ****" && \
1414
curl -o \
15-
/kclient/public/icon.png \
15+
/usr/share/selkies/www/icon.png \
1616
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
1717
echo "**** install packages ****" && \
1818
pacman -Sy --noconfirm --needed \

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ pipeline {
3030
MULTIARCH = 'true'
3131
CI = 'true'
3232
CI_WEB = 'true'
33-
CI_PORT = '3000'
34-
CI_SSL = 'false'
33+
CI_PORT = '3001'
34+
CI_SSL = 'true'
3535
CI_DELAY = '120'
3636
CI_DOCKERENV = 'TZ=US/Pacific'
3737
CI_AUTH = 'user:password'

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repo_vars:
2020
- MULTIARCH = 'true'
2121
- CI = 'true'
2222
- CI_WEB = 'true'
23-
- CI_PORT = '3000'
24-
- CI_SSL = 'false'
23+
- CI_PORT = '3001'
24+
- CI_SSL = 'true'
2525
- CI_DELAY = '120'
2626
- CI_DOCKERENV = 'TZ=US/Pacific'
2727
- CI_AUTH = 'user:password'

0 commit comments

Comments
 (0)