Skip to content

Commit a6e1149

Browse files
committed
Search demyxco and replace with demyxsh
1 parent 393a83c commit a6e1149

File tree

18 files changed

+66
-72
lines changed

18 files changed

+66
-72
lines changed

archive/shared/bs.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
Plugin Name: Demyx Helper
8-
Plugin URI: https://github.com/demyxco/demyx/blob/master/function/plugin.sh/
8+
Plugin URI: https://github.com/demyxsh/demyx/blob/master/function/plugin.sh/
99
Description: A collection of helper functions.
1010
Author: Demyx
1111
Version: 1.1

archive/tag-alpine/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM alpine
55
LABEL sh.demyx.image demyx/code-server:alpine
66
LABEL sh.demyx.maintainer Demyx <[email protected]>
77
LABEL sh.demyx.url https://demyx.sh
8-
LABEL sh.demyx.github https://github.com/demyxco
8+
LABEL sh.demyx.github https://github.com/demyxsh
99
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
1010

1111
# Set default variables
@@ -97,7 +97,7 @@ RUN set -ex; \
9797
install -d -m 0755 -o demyx -g demyx /home/demyx/.code/data/User; \
9898
\
9999
# Get settings.json
100-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/settings.json -o /home/demyx/.code/data/User/settings.json; \
100+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/settings.json -o /home/demyx/.code/data/User/settings.json; \
101101
\
102102
# Install default extensions
103103
code-server --extensions-dir=/home/demyx/.code/extensions \
@@ -132,7 +132,7 @@ RUN set -ex; \
132132
chmod +x /usr/local/bin/docker; \
133133
\
134134
# demyx-entrypoint
135-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/entrypoint.sh -o /usr/local/bin/demyx-entrypoint; \
135+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/entrypoint.sh -o /usr/local/bin/demyx-entrypoint; \
136136
chmod +x /usr/local/bin/demyx-entrypoint; \
137137
\
138138
# Set ownership

archive/tag-openlitespeed-sage/Dockerfile

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM demyx/openlitespeed:bedrock
33
LABEL sh.demyx.image demyx/code-server:openlitespeed-sage
44
LABEL sh.demyx.maintainer Demyx <[email protected]>
55
LABEL sh.demyx.url https://demyx.sh
6-
LABEL sh.demyx.github https://github.com/demyxco
6+
LABEL sh.demyx.github https://github.com/demyxsh
77
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
88

99
ENV CODE_PHP php7.4
@@ -106,11 +106,11 @@ RUN set -ex; \
106106
# Copy source & binary
107107
COPY --chown=demyx:demyx src "$OPENLITESPEED_CONFIG"
108108
# Add shared files
109-
ADD --chown=demyx:demyx https://github.com/demyxco/code-server/raw/master/shared/"$CODE_ICONS" "$OPENLITESPEED_CONFIG"
110-
ADD --chown=demyx:demyx https://github.com/demyxco/code-server/raw/master/shared/bs-sage.js "$OPENLITESPEED_CONFIG"/bs.js
111-
ADD --chown=demyx:demyx https://github.com/demyxco/code-server/raw/master/shared/bs-sage.php "$OPENLITESPEED_CONFIG"/bs.php
112-
ADD --chown=demyx:demyx https://github.com/demyxco/code-server/raw/master/shared/settings-sage.json "$OPENLITESPEED_CONFIG"/settings.json
113-
ADD --chown=demyx:demyx https://github.com/demyxco/code-server/raw/master/shared/sage.sh "$OPENLITESPEED_CONFIG"
109+
ADD --chown=demyx:demyx https://github.com/demyxsh/code-server/raw/master/shared/"$CODE_ICONS" "$OPENLITESPEED_CONFIG"
110+
ADD --chown=demyx:demyx https://github.com/demyxsh/code-server/raw/master/shared/bs-sage.js "$OPENLITESPEED_CONFIG"/bs.js
111+
ADD --chown=demyx:demyx https://github.com/demyxsh/code-server/raw/master/shared/bs-sage.php "$OPENLITESPEED_CONFIG"/bs.php
112+
ADD --chown=demyx:demyx https://github.com/demyxsh/code-server/raw/master/shared/settings-sage.json "$OPENLITESPEED_CONFIG"/settings.json
113+
ADD --chown=demyx:demyx https://github.com/demyxsh/code-server/raw/master/shared/sage.sh "$OPENLITESPEED_CONFIG"
114114

115115
# Configure code-server
116116
RUN set -ex; \
@@ -126,9 +126,9 @@ RUN set -ex; \
126126
install -d -m 0755 -o demyx -g demyx /home/demyx/.code/data/User; \
127127
\
128128
# Get remote files
129-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/bs-sage.js -o "$OPENLITESPEED_CONFIG"/bs.js; \
130-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/bs-sage.php -o "$OPENLITESPEED_CONFIG"/bs.php; \
131-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/settings-sage.json -o /home/demyx/.code/data/User/settings.json; \
129+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/bs-sage.js -o "$OPENLITESPEED_CONFIG"/bs.js; \
130+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/bs-sage.php -o "$OPENLITESPEED_CONFIG"/bs.php; \
131+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/settings-sage.json -o /home/demyx/.code/data/User/settings.json; \
132132
\
133133
# Symlink code-server
134134
ln -s /usr/local/lib/code-server/bin/code-server /usr/local/bin/code-server; \
@@ -149,7 +149,7 @@ RUN set -ex; \
149149
# Finalize
150150
RUN set -ex; \
151151
# sage
152-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/sage.sh -o /usr/local/bin/sage.sh; \
152+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/sage.sh -o /usr/local/bin/sage.sh; \
153153
chmod +x /usr/local/bin/sage.sh; \
154154
\
155155
# demyx-install

archive/tag-sage-alpine/Dockerfile

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:fpm-alpine
33
LABEL sh.demyx.image demyx/code-server:sage
44
LABEL sh.demyx.maintainer Demyx <[email protected]>
55
LABEL sh.demyx.url https://demyx.sh
6-
LABEL sh.demyx.github https://github.com/demyxco
6+
LABEL sh.demyx.github https://github.com/demyxsh
77
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
88

99
# Set default variables
@@ -104,11 +104,11 @@ RUN set -ex; \
104104
\
105105
\
106106
# Get remote files
107-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/bs-sage.js -o "$CODE_CONFIG"/bs.js; \
108-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/bs-sage.php -o "$CODE_CONFIG"/bs.php; \
109-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/launch.json -o "$CODE_CONFIG"/launch.json; \
110-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/shevaua.phpcs-1.0.8.vsix -o "$CODE_CONFIG"/shevaua.phpcs-1.0.8.vsix; \
111-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/settings-sage.json -o /home/demyx/.code/data/User/settings.json; \
107+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/bs-sage.js -o "$CODE_CONFIG"/bs.js; \
108+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/bs-sage.php -o "$CODE_CONFIG"/bs.php; \
109+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/launch.json -o "$CODE_CONFIG"/launch.json; \
110+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/shevaua.phpcs-1.0.8.vsix -o "$CODE_CONFIG"/shevaua.phpcs-1.0.8.vsix; \
111+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/settings-sage.json -o /home/demyx/.code/data/User/settings.json; \
112112
\
113113
# Install default extensions
114114
code-server --extensions-dir=/home/demyx/.code/extensions \
@@ -187,19 +187,19 @@ RUN set -ex; \
187187
ln -s "$CODE_CONFIG"/docker.conf /usr/local/etc/php-fpm.d/docker.conf; \
188188
\
189189
# sage
190-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/sage.sh -o /usr/local/bin/sage; \
190+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/sage.sh -o /usr/local/bin/sage; \
191191
chmod +x /usr/local/bin/sage; \
192192
\
193193
# demyx-config
194-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/config-wp.sh -o /usr/local/bin/demyx-config; \
194+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/config-wp.sh -o /usr/local/bin/demyx-config; \
195195
chmod +x /usr/local/bin/demyx-config; \
196196
\
197197
# demyx-install
198-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/install-sage.sh -o /usr/local/bin/demyx-install; \
198+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/install-sage.sh -o /usr/local/bin/demyx-install; \
199199
chmod +x /usr/local/bin/demyx-install; \
200200
\
201201
# demyx-entrypoint
202-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/entrypoint-sage.sh -o /usr/local/bin/demyx-entrypoint; \
202+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/entrypoint-sage.sh -o /usr/local/bin/demyx-entrypoint; \
203203
chmod +x /usr/local/bin/demyx-entrypoint; \
204204
\
205205
# Set ownership

archive/tag-sage/Dockerfile

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:fpm-buster
33
LABEL sh.demyx.image demyx/code-server:sage
44
LABEL sh.demyx.maintainer Demyx <[email protected]>
55
LABEL sh.demyx.url https://demyx.sh
6-
LABEL sh.demyx.github https://github.com/demyxco
6+
LABEL sh.demyx.github https://github.com/demyxsh
77
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
88

99
# Set default variables
@@ -96,11 +96,11 @@ RUN set -ex; \
9696
install -d -m 0755 -o demyx -g demyx /home/demyx/.code/data/User; \
9797
\
9898
# Get remote files
99-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/bs-sage.js -o "$CODE_CONFIG"/bs.js; \
100-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/bs-sage.php -o "$CODE_CONFIG"/bs.php; \
101-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/launch.json -o "$CODE_CONFIG"/launch.json; \
102-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/shevaua.phpcs-1.0.8.vsix -o "$CODE_CONFIG"/shevaua.phpcs-1.0.8.vsix; \
103-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/settings-sage.json -o /home/demyx/.code/data/User/settings.json; \
99+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/bs-sage.js -o "$CODE_CONFIG"/bs.js; \
100+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/bs-sage.php -o "$CODE_CONFIG"/bs.php; \
101+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/launch.json -o "$CODE_CONFIG"/launch.json; \
102+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/shevaua.phpcs-1.0.8.vsix -o "$CODE_CONFIG"/shevaua.phpcs-1.0.8.vsix; \
103+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/settings-sage.json -o /home/demyx/.code/data/User/settings.json; \
104104
\
105105
# Symlink code-server
106106
ln -s /usr/local/lib/code-server/bin/code-server /usr/local/bin/code-server; \
@@ -182,19 +182,19 @@ RUN set -ex; \
182182
ln -s "$CODE_CONFIG"/docker.conf /usr/local/etc/php-fpm.d/docker.conf; \
183183
\
184184
# sage
185-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/sage.sh -o /usr/local/bin/sage; \
185+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/sage.sh -o /usr/local/bin/sage; \
186186
chmod +x /usr/local/bin/sage; \
187187
\
188188
# demyx-config
189-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/config-wp.sh -o /usr/local/bin/demyx-config; \
189+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/config-wp.sh -o /usr/local/bin/demyx-config; \
190190
chmod +x /usr/local/bin/demyx-config; \
191191
\
192192
# demyx-install
193-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/install-sage.sh -o /usr/local/bin/demyx-install; \
193+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/install-sage.sh -o /usr/local/bin/demyx-install; \
194194
chmod +x /usr/local/bin/demyx-install; \
195195
\
196196
# demyx-entrypoint
197-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/entrypoint-sage.sh -o /usr/local/bin/demyx-entrypoint; \
197+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/entrypoint-sage.sh -o /usr/local/bin/demyx-entrypoint; \
198198
chmod +x /usr/local/bin/demyx-entrypoint; \
199199
\
200200
# Set ownership

archive/tag-sage/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,11 @@ networks:
343343

344344
## Updates & Support
345345

346-
[![Code Size](https://img.shields.io/github/languages/code-size/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
347-
[![Repository Size](https://img.shields.io/github/repo-size/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
348-
[![Watches](https://img.shields.io/github/watchers/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
349-
[![Stars](https://img.shields.io/github/stars/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
350-
[![Forks](https://img.shields.io/github/forks/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
346+
[![Code Size](https://img.shields.io/github/languages/code-size/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
347+
[![Repository Size](https://img.shields.io/github/repo-size/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
348+
[![Watches](https://img.shields.io/github/watchers/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
349+
[![Stars](https://img.shields.io/github/stars/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
350+
[![Forks](https://img.shields.io/github/forks/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
351351

352352
* Auto built weekly on Saturdays (America/Los_Angeles)
353353
* Rolling release updates

archive/tag-wp-alpine/Dockerfile

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:fpm-alpine
33
LABEL sh.demyx.image demyx/code-server:wp-alpine
44
LABEL sh.demyx.maintainer Demyx <[email protected]>
55
LABEL sh.demyx.url https://demyx.sh
6-
LABEL sh.demyx.github https://github.com/demyxco
6+
LABEL sh.demyx.github https://github.com/demyxsh
77
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
88

99
# Set default variables
@@ -100,10 +100,10 @@ RUN set -ex; \
100100
\
101101
\
102102
# Get remote files
103-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/bs.php -o "$CODE_CONFIG"/bs.php; \
104-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/launch.json -o "$CODE_CONFIG"/launch.json; \
105-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/shevaua.phpcs-1.0.8.vsix -o "$CODE_CONFIG"/shevaua.phpcs-1.0.8.vsix; \
106-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/settings-wp.json -o /home/demyx/.code/data/User/settings.json; \
103+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/bs.php -o "$CODE_CONFIG"/bs.php; \
104+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/launch.json -o "$CODE_CONFIG"/launch.json; \
105+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/shevaua.phpcs-1.0.8.vsix -o "$CODE_CONFIG"/shevaua.phpcs-1.0.8.vsix; \
106+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/settings-wp.json -o /home/demyx/.code/data/User/settings.json; \
107107
\
108108
# Install default extensions
109109
code-server --extensions-dir=/home/demyx/.code/extensions \
@@ -155,14 +155,14 @@ RUN set -ex; \
155155
ln -s "$CODE_CONFIG"/docker.conf /usr/local/etc/php-fpm.d/docker.conf; \
156156
\
157157
# demyx-config
158-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/config-wp.sh -o /usr/local/bin/demyx-config; \
158+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/config-wp.sh -o /usr/local/bin/demyx-config; \
159159
chmod +x /usr/local/bin/demyx-config; \
160160
# demyx-install
161-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/install-wp.sh -o /usr/local/bin/demyx-install; \
161+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/install-wp.sh -o /usr/local/bin/demyx-install; \
162162
chmod +x /usr/local/bin/demyx-install; \
163163
\
164164
# demyx-entrypoint
165-
curl -sL https://github.com/demyxco/code-server/raw/master/shared/entrypoint-wp.sh -o /usr/local/bin/demyx-entrypoint; \
165+
curl -sL https://github.com/demyxsh/code-server/raw/master/shared/entrypoint-wp.sh -o /usr/local/bin/demyx-entrypoint; \
166166
chmod +x /usr/local/bin/demyx-entrypoint; \
167167
\
168168
# Set ownership

tag-bedrock/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM php:7-fpm-buster
44
LABEL sh.demyx.image demyx/code-server:bedrock
55
LABEL sh.demyx.maintainer Demyx <[email protected]>
66
LABEL sh.demyx.url https://demyx.sh
7-
LABEL sh.demyx.github https://github.com/demyxco
7+
LABEL sh.demyx.github https://github.com/demyxsh
88
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
99

1010
# Set default variables

tag-bedrock/README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# code-server:bedrock
2-
2+
[![Code Size](https://img.shields.io/github/languages/code-size/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
3+
[![Repository Size](https://img.shields.io/github/repo-size/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
4+
[![Watches](https://img.shields.io/github/watchers/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
5+
[![Stars](https://img.shields.io/github/stars/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
6+
[![Forks](https://img.shields.io/github/forks/demyxsh/code-server?style=flat&color=blue)](https://github.com/demyxsh/code-server)
37
[![Architecture](https://img.shields.io/badge/linux-amd64-important?style=flat&color=blue)](https://hub.docker.com/r/demyx/code-server)
48
[![Debian](https://img.shields.io/badge/debian-10.10-informational?style=flat&color=blue)](https://hub.docker.com/r/demyx/code-server)
59
[![code-server](https://img.shields.io/badge/code--server-3.12.0-informational?style=flat&color=blue)](https://hub.docker.com/r/demyx/code-server)
@@ -350,13 +354,6 @@ volumes:
350354
```
351355

352356
## Updates & Support
353-
354-
[![Code Size](https://img.shields.io/github/languages/code-size/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
355-
[![Repository Size](https://img.shields.io/github/repo-size/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
356-
[![Watches](https://img.shields.io/github/watchers/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
357-
[![Stars](https://img.shields.io/github/stars/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
358-
[![Forks](https://img.shields.io/github/forks/demyxco/code-server?style=flat&color=blue)](https://github.com/demyxco/code-server)
359-
360357
* Auto built weekly on Saturdays (America/Los_Angeles)
361358
* Rolling release updates
362359
* For support: [#demyx](https://web.libera.chat/?channel=#demyx)

tag-browse/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM debian:buster-slim
66
LABEL sh.demyx.image demyx/code-server:browse
77
LABEL sh.demyx.maintainer Demyx <[email protected]>
88
LABEL sh.demyx.url https://demyx.sh
9-
LABEL sh.demyx.github https://github.com/demyxco
9+
LABEL sh.demyx.github https://github.com/demyxsh
1010
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
1111

1212
# Set default variables

tag-go/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM debian:buster-slim
77
LABEL sh.demyx.image demyx/code-server:go
88
LABEL sh.demyx.maintainer Demyx <[email protected]>
99
LABEL sh.demyx.url https://demyx.sh
10-
LABEL sh.demyx.github https://github.com/demyxco
10+
LABEL sh.demyx.github https://github.com/demyxsh
1111
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
1212

1313
# Set default variables

tag-latest/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM debian:buster-slim
66
LABEL sh.demyx.image demyx/code-server
77
LABEL sh.demyx.maintainer Demyx <[email protected]>
88
LABEL sh.demyx.url https://demyx.sh
9-
LABEL sh.demyx.github https://github.com/demyxco
9+
LABEL sh.demyx.github https://github.com/demyxsh
1010
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
1111

1212
# Set default variables

tag-openlitespeed-bedrock/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM debian:buster-slim
44
LABEL sh.demyx.image demyx/code-server:openlitespeed-bedrock
55
LABEL sh.demyx.maintainer Demyx <[email protected]>
66
LABEL sh.demyx.url https://demyx.sh
7-
LABEL sh.demyx.github https://github.com/demyxco
7+
LABEL sh.demyx.github https://github.com/demyxsh
88
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
99

1010
# Set default variables

tag-openlitespeed/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM debian:buster-slim
44
LABEL sh.demyx.image demyx/code-server:openlitespeed
55
LABEL sh.demyx.maintainer Demyx <[email protected]>
66
LABEL sh.demyx.url https://demyx.sh
7-
LABEL sh.demyx.github https://github.com/demyxco
7+
LABEL sh.demyx.github https://github.com/demyxsh
88
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
99

1010
# Set default variables

tag-openlitespeed/config/bs.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/*
77
Plugin Name: Demyx Helper
8-
Plugin URI: https://github.com/demyxco/demyx/blob/master/function/plugin.sh/
8+
Plugin URI: https://github.com/demyxsh/demyx/blob/master/function/plugin.sh/
99
Description: A collection of helper functions.
1010
Author: Demyx
1111
Version: 1.1

0 commit comments

Comments
 (0)