Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble
FROM ghcr.io/linuxserver/baseimage-selkies:ubunturesolute

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubuntunoble
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubunturesolute

# set version label
ARG BUILD_DATE
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ The architectures supported by this image are:

The application can be accessed at:

* http://yourhost:3000/
* https://yourhost:3001/

>[!NOTE]
>The arm64 version of this container ingests its version from the Ubuntu repositories, it is pinned at that version while the amd64 version will always be up to date.

### Strict reverse proxies

This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
Expand Down Expand Up @@ -640,6 +642,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **19.04.26:** - Rebase to resolute.
* **29.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
* **27.12.25:** - Add wayland init logic.
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
Expand Down
6 changes: 5 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ app_setup_block_enabled: true
app_setup_block: |
The application can be accessed at:

* http://yourhost:3000/
* https://yourhost:3001/

>[!NOTE]
>The arm64 version of this container ingests its version from the Ubuntu repositories, it is pinned at that version while the amd64 version will always be up to date.

# init diagram
init_diagram: |
"blender:latest": {
Expand Down Expand Up @@ -108,6 +111,7 @@ init_diagram: |
"blender:latest" <- Base Images
# changelog
changelogs:
- {date: "19.04.26:", desc: "Rebase to resolute."}
- {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
- {date: "27.12.25:", desc: "Add wayland init logic."}
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
Expand Down