mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-20 12:15:03 +02:00
use correct readme-vars
This commit is contained in:
parent
5ecc997f64
commit
4c01eecd57
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -391,7 +391,7 @@ pipeline {
|
|||||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||||
--label \"org.opencontainers.image.title=Webtop\" \
|
--label \"org.opencontainers.image.title=Webtop\" \
|
||||||
--label \"org.opencontainers.image.description=[Webtop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP. \" \
|
--label \"org.opencontainers.image.description=[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine and Ubuntu based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. \" \
|
||||||
--no-cache --pull -t ${IMAGE}:${META_TAG} \
|
--no-cache --pull -t ${IMAGE}:${META_TAG} \
|
||||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||||
}
|
}
|
||||||
@ -418,7 +418,7 @@ pipeline {
|
|||||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||||
--label \"org.opencontainers.image.title=Webtop\" \
|
--label \"org.opencontainers.image.title=Webtop\" \
|
||||||
--label \"org.opencontainers.image.description=[Webtop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP. \" \
|
--label \"org.opencontainers.image.description=[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine and Ubuntu based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. \" \
|
||||||
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} \
|
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} \
|
||||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||||
}
|
}
|
||||||
@ -445,7 +445,7 @@ pipeline {
|
|||||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||||
--label \"org.opencontainers.image.title=Webtop\" \
|
--label \"org.opencontainers.image.title=Webtop\" \
|
||||||
--label \"org.opencontainers.image.description=[Webtop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP. \" \
|
--label \"org.opencontainers.image.description=[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine and Ubuntu based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. \" \
|
||||||
--no-cache --pull -f Dockerfile.armhf -t ${IMAGE}:arm32v7-${META_TAG} \
|
--no-cache --pull -f Dockerfile.armhf -t ${IMAGE}:arm32v7-${META_TAG} \
|
||||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||||
sh "docker tag ${IMAGE}:arm32v7-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm32v7-${COMMIT_SHA}-${BUILD_NUMBER}"
|
sh "docker tag ${IMAGE}:arm32v7-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm32v7-${COMMIT_SHA}-${BUILD_NUMBER}"
|
||||||
@ -479,7 +479,7 @@ pipeline {
|
|||||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||||
--label \"org.opencontainers.image.title=Webtop\" \
|
--label \"org.opencontainers.image.title=Webtop\" \
|
||||||
--label \"org.opencontainers.image.description=[Webtop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP. \" \
|
--label \"org.opencontainers.image.description=[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine and Ubuntu based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. \" \
|
||||||
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} \
|
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} \
|
||||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||||
sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}"
|
sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}"
|
||||||
|
65
README.md
65
README.md
@ -39,9 +39,9 @@ Find us at:
|
|||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-webtop/job/ubuntu-i3/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-webtop/job/ubuntu-i3/)
|
||||||
[](https://ci-tests.linuxserver.io/linuxserver/webtop/latest/index.html)
|
[](https://ci-tests.linuxserver.io/linuxserver/webtop/latest/index.html)
|
||||||
|
|
||||||
[Webtop](http://xrdp.org/) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP.
|
[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine and Ubuntu based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
|
||||||
|
|
||||||
[](http://xrdp.org/)
|
[](https://github.com/linuxserver/docker-webtop)
|
||||||
|
|
||||||
## Supported Architectures
|
## Supported Architectures
|
||||||
|
|
||||||
@ -63,30 +63,38 @@ This image provides various versions that are available via tags. `latest` tag u
|
|||||||
|
|
||||||
| Tag | Description |
|
| Tag | Description |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| latest | XFCE Focal |
|
| latest | XFCE Alpine |
|
||||||
| xfce-bionic | XFCE Bionic |
|
| ubuntu-xfce | XFCE Ubuntu |
|
||||||
| kde-focal | KDE Focal |
|
| alpine-kde | KDE Alpine |
|
||||||
| kde-bionic | KDE Bionic |
|
| ubuntu-kde | KDE Ubuntu |
|
||||||
| lxde-focal | LXDE Focal |
|
| alpine-mate | MATE Alpine |
|
||||||
| lxde-bionic | LXDE Bionic |
|
| ubuntu-mate | MATE Ubuntu |
|
||||||
| budgie-focal | Budgie Focal |
|
| alpine-i3 | i3 Alpine |
|
||||||
| budgie-bionic | Budgie Bionic |
|
| ubuntu-i3 | i3 Ubuntu |
|
||||||
| mate-focal | MATE Focal |
|
| alpine-openbox | Openbox Alpine |
|
||||||
| mate-bionic | MATE Bionic |
|
| ubuntu-openbox | Openbox Ubuntu |
|
||||||
| kylin-focal | Kylin Focal |
|
| alpine-icewm | IceWM Alpine |
|
||||||
| kylin-bionic | Kylin Bionic |
|
| ubuntu-icewm | IceWM Ubuntu |
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
**The Default USERNAME and PASSWORD is: abc/abc**
|
The Webtop can be accessed at:
|
||||||
|
|
||||||
**Unlike our other containers these Desktops are not designed to be upgraded by Docker, you will keep your home directoy but anything you installed system level will be lost if you upgrade an existing container. To keep packages up to date instead use Ubuntu's own apt program**
|
* http://yourhost:3000/
|
||||||
|
|
||||||
|
By default the user/pass is abc/abc, if you change your password or want to login manually to the GUI session for any reason use the following link:
|
||||||
|
|
||||||
|
* http://yourhost:3000/?login=true
|
||||||
|
|
||||||
|
You can access advanced features of the Guacamole remote desktop using ctrl+alt+shift enabling you to use remote copy/paste or an onscreen keyboard.
|
||||||
|
|
||||||
|
**Unlike our other containers these Desktops are not designed to be upgraded by Docker, you will keep your home directoy but anything you installed system level will be lost if you upgrade an existing container. To keep packages up to date instead use Ubuntu's own apt program or Alpine's apk program**
|
||||||
|
|
||||||
|
**The KDE and i3 flavors for Ubuntu need to be run in privileged mode to function properly**
|
||||||
|
|
||||||
You will need a Remote Desktop client to access this container [Wikipedia List](https://en.wikipedia.org/wiki/Comparison_of_remote_desktop_software), by default it listens on 3389, but you can change that port to whatever you wish on the host side IE `3390:3389`.
|
|
||||||
The first thing you should do when you login to the container is to change the abc users password by issuing the `passwd` command.
|
|
||||||
If you ever lose your password you can always reset it by execing into the container as root:
|
If you ever lose your password you can always reset it by execing into the container as root:
|
||||||
```
|
```
|
||||||
docker exec -it rdesktop passwd abc
|
docker exec -it webtop passwd abc
|
||||||
```
|
```
|
||||||
By default we perform all logic for the abc user and we reccomend using that user only in the container, but new users can be added as long as there is a `startwm.sh` executable script in their home directory.
|
By default we perform all logic for the abc user and we reccomend using that user only in the container, but new users can be added as long as there is a `startwm.sh` executable script in their home directory.
|
||||||
All of these containers are configured with passwordless sudo, we make no efforts to secure or harden these containers and we do not reccomend ever publishing their ports to the public Internet.
|
All of these containers are configured with passwordless sudo, we make no efforts to secure or harden these containers and we do not reccomend ever publishing their ports to the public Internet.
|
||||||
@ -106,15 +114,17 @@ services:
|
|||||||
webtop:
|
webtop:
|
||||||
image: ghcr.io/linuxserver/webtop
|
image: ghcr.io/linuxserver/webtop
|
||||||
container_name: webtop
|
container_name: webtop
|
||||||
|
privileged: true #optional
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
volumes:
|
volumes:
|
||||||
|
- /path/to/data:/config
|
||||||
- /var/run/docker.sock:/var/run/docker.sock #optional
|
- /var/run/docker.sock:/var/run/docker.sock #optional
|
||||||
- /path/to/data:/config #optional
|
|
||||||
ports:
|
ports:
|
||||||
- 3389:3389
|
- 3000:3000
|
||||||
|
shm_size: "1gb" #optional
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -123,12 +133,14 @@ services:
|
|||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name=webtop \
|
--name=webtop \
|
||||||
|
--privileged `#optional` \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-p 3389:3389 \
|
-p 3000:3000 \
|
||||||
|
-v /path/to/data:/config \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
|
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
|
||||||
-v /path/to/data:/config `#optional` \
|
--shm-size="1gb" `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ghcr.io/linuxserver/webtop
|
ghcr.io/linuxserver/webtop
|
||||||
```
|
```
|
||||||
@ -139,12 +151,13 @@ Container images are configured using parameters passed at runtime (such as thos
|
|||||||
|
|
||||||
| Parameter | Function |
|
| Parameter | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `-p 3389` | RDP access port |
|
| `-p 3000` | Web Desktop GUI |
|
||||||
| `-e PUID=1000` | for UserID - see below for explanation |
|
| `-e PUID=1000` | for UserID - see below for explanation |
|
||||||
| `-e PGID=1000` | for GroupID - see below for explanation |
|
| `-e PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
||||||
| `-v /var/run/docker.sock` | Docker Socket on the system, if you want to use Docker in the container |
|
|
||||||
| `-v /config` | abc users home directory |
|
| `-v /config` | abc users home directory |
|
||||||
|
| `-v /var/run/docker.sock` | Docker Socket on the system, if you want to use Docker in the container |
|
||||||
|
| `--shm-size=` | We set this to 1 gig to prevent modern web browsers from crashing |
|
||||||
|
|
||||||
## Environment variables from files (Docker secrets)
|
## Environment variables from files (Docker secrets)
|
||||||
|
|
||||||
@ -255,4 +268,4 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **28.02.20:** - Initial Releases
|
* **20.04.21:** - Initial release.
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
# project information
|
# project information
|
||||||
project_name: webtop
|
project_name: webtop
|
||||||
project_url: "http://xrdp.org/"
|
project_url: "https://github.com/linuxserver/docker-webtop"
|
||||||
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rdesktop.png"
|
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png"
|
||||||
project_blurb: |
|
project_blurb: |
|
||||||
[{{ project_name|capitalize }}]({{ project_url }}) - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP.
|
[{{ project_name|capitalize }}]({{ project_url }}) - Alpine and Ubuntu based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
|
||||||
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
||||||
|
|
||||||
# supported architectures
|
# supported architectures
|
||||||
@ -17,25 +17,28 @@ available_architectures:
|
|||||||
# development version
|
# development version
|
||||||
development_versions: true
|
development_versions: true
|
||||||
development_versions_items:
|
development_versions_items:
|
||||||
- { tag: "latest", desc: "XFCE Focal" }
|
- { tag: "latest", desc: "XFCE Alpine" }
|
||||||
- { tag: "xfce-bionic", desc: "XFCE Bionic" }
|
- { tag: "ubuntu-xfce", desc: "XFCE Ubuntu" }
|
||||||
- { tag: "kde-focal", desc: "KDE Focal" }
|
- { tag: "alpine-kde", desc: "KDE Alpine" }
|
||||||
- { tag: "kde-bionic", desc: "KDE Bionic" }
|
- { tag: "ubuntu-kde", desc: "KDE Ubuntu" }
|
||||||
- { tag: "lxde-focal", desc: "LXDE Focal" }
|
- { tag: "alpine-mate", desc: "MATE Alpine" }
|
||||||
- { tag: "lxde-bionic", desc: "LXDE Bionic" }
|
- { tag: "ubuntu-mate", desc: "MATE Ubuntu" }
|
||||||
- { tag: "budgie-focal", desc: "Budgie Focal" }
|
- { tag: "alpine-i3", desc: "i3 Alpine" }
|
||||||
- { tag: "budgie-bionic", desc: "Budgie Bionic" }
|
- { tag: "ubuntu-i3", desc: "i3 Ubuntu" }
|
||||||
- { tag: "mate-focal", desc: "MATE Focal" }
|
- { tag: "alpine-openbox", desc: "Openbox Alpine" }
|
||||||
- { tag: "mate-bionic", desc: "MATE Bionic" }
|
- { tag: "ubuntu-openbox", desc: "Openbox Ubuntu" }
|
||||||
- { tag: "kylin-focal", desc: "Kylin Focal" }
|
- { tag: "alpine-icewm", desc: "IceWM Alpine" }
|
||||||
- { tag: "kylin-bionic", desc: "Kylin Bionic" }
|
- { tag: "ubuntu-icewm", desc: "IceWM Ubuntu" }
|
||||||
|
|
||||||
# container parameters
|
# container parameters
|
||||||
|
privileged: "optional"
|
||||||
param_container_name: "{{ project_name }}"
|
param_container_name: "{{ project_name }}"
|
||||||
param_usage_include_vols: false
|
param_usage_include_vols: true
|
||||||
|
param_volumes:
|
||||||
|
- { vol_path: "/config", vol_host_path: "/path/to/data", desc: "abc users home directory" }
|
||||||
param_usage_include_ports: true
|
param_usage_include_ports: true
|
||||||
param_ports:
|
param_ports:
|
||||||
- { external_port: "3389", internal_port: "3389", port_desc: "RDP access port" }
|
- { external_port: "3000", internal_port: "3000", port_desc: "Web Desktop GUI" }
|
||||||
param_usage_include_env: true
|
param_usage_include_env: true
|
||||||
param_env_vars:
|
param_env_vars:
|
||||||
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
|
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
|
||||||
@ -43,24 +46,33 @@ param_env_vars:
|
|||||||
opt_param_usage_include_vols: true
|
opt_param_usage_include_vols: true
|
||||||
opt_param_volumes:
|
opt_param_volumes:
|
||||||
- { vol_path: "/var/run/docker.sock", vol_host_path: "/var/run/docker.sock", desc: "Docker Socket on the system, if you want to use Docker in the container" }
|
- { vol_path: "/var/run/docker.sock", vol_host_path: "/var/run/docker.sock", desc: "Docker Socket on the system, if you want to use Docker in the container" }
|
||||||
- { vol_path: "/config", vol_host_path: "/path/to/data", desc: "abc users home directory" }
|
opt_custom_params:
|
||||||
|
- { name: "shm-size", name_compose: "shm_size", value: "1gb",desc: "We set this to 1 gig to prevent modern web browsers from crashing" }
|
||||||
|
|
||||||
# application setup block
|
# application setup block
|
||||||
app_setup_block_enabled: true
|
app_setup_block_enabled: true
|
||||||
app_setup_block: |
|
app_setup_block: |
|
||||||
**The Default USERNAME and PASSWORD is: abc/abc**
|
The Webtop can be accessed at:
|
||||||
|
|
||||||
**Unlike our other containers these Desktops are not designed to be upgraded by Docker, you will keep your home directoy but anything you installed system level will be lost if you upgrade an existing container. To keep packages up to date instead use Ubuntu's own apt program**
|
* http://yourhost:3000/
|
||||||
|
|
||||||
|
By default the user/pass is abc/abc, if you change your password or want to login manually to the GUI session for any reason use the following link:
|
||||||
|
|
||||||
|
* http://yourhost:3000/?login=true
|
||||||
|
|
||||||
|
You can access advanced features of the Guacamole remote desktop using ctrl+alt+shift enabling you to use remote copy/paste or an onscreen keyboard.
|
||||||
|
|
||||||
|
**Unlike our other containers these Desktops are not designed to be upgraded by Docker, you will keep your home directoy but anything you installed system level will be lost if you upgrade an existing container. To keep packages up to date instead use Ubuntu's own apt program or Alpine's apk program**
|
||||||
|
|
||||||
|
**The KDE and i3 flavors for Ubuntu need to be run in privileged mode to function properly**
|
||||||
|
|
||||||
You will need a Remote Desktop client to access this container [Wikipedia List](https://en.wikipedia.org/wiki/Comparison_of_remote_desktop_software), by default it listens on 3389, but you can change that port to whatever you wish on the host side IE `3390:3389`.
|
|
||||||
The first thing you should do when you login to the container is to change the abc users password by issuing the `passwd` command.
|
|
||||||
If you ever lose your password you can always reset it by execing into the container as root:
|
If you ever lose your password you can always reset it by execing into the container as root:
|
||||||
```
|
```
|
||||||
docker exec -it rdesktop passwd abc
|
docker exec -it webtop passwd abc
|
||||||
```
|
```
|
||||||
By default we perform all logic for the abc user and we reccomend using that user only in the container, but new users can be added as long as there is a `startwm.sh` executable script in their home directory.
|
By default we perform all logic for the abc user and we reccomend using that user only in the container, but new users can be added as long as there is a `startwm.sh` executable script in their home directory.
|
||||||
All of these containers are configured with passwordless sudo, we make no efforts to secure or harden these containers and we do not reccomend ever publishing their ports to the public Internet.
|
All of these containers are configured with passwordless sudo, we make no efforts to secure or harden these containers and we do not reccomend ever publishing their ports to the public Internet.
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
- { date: "28.02.20:", desc: "Initial Releases" }
|
- { date: "20.04.21:", desc: "Initial release." }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user