From 977c864c54aabc071245680bb95033b5b1b0ce4c Mon Sep 17 00:00:00 2001 From: thelamer Date: Wed, 25 Feb 2026 14:57:23 -0500 Subject: [PATCH 1/7] initial tested version --- .editorconfig | 20 + .github/CONTRIBUTING.md | 123 ++ .github/FUNDING.yml | 2 + .github/ISSUE_TEMPLATE/config.yml | 13 + .github/ISSUE_TEMPLATE/issue.bug.yml | 75 + .github/ISSUE_TEMPLATE/issue.feature.yml | 31 + .github/PULL_REQUEST_TEMPLATE.md | 43 + .github/workflows/call_issue_pr_tracker.yml | 19 + .github/workflows/call_issues_cron.yml | 16 + .github/workflows/external_trigger.yml | 28 + .../workflows/external_trigger_scheduler.yml | 48 + .github/workflows/greetings.yml | 19 + .../workflows/package_trigger_scheduler.yml | 103 + .github/workflows/permissions.yml | 12 + Dockerfile | 248 +++ Jenkinsfile | 1248 +++++++++++ LICENSE | 674 ++++++ README.md | 618 +++++- jenkins-vars.yml | 27 + ppsspp.ini | 2 + readme-vars.yml | 41 + root/defaults/Default.yml | 92 + root/defaults/GCPadNew.ini | 97 + root/defaults/autostart_wayland | 57 + .../.config/lxqt/lxqt-config-appearance.conf | 4 + root/defaults/config/.config/lxqt/lxqt.conf | 15 + root/defaults/config/.config/lxqt/panel.conf | 36 + .../.config/pcmanfm-qt/lxqt/settings.conf | 119 ++ root/defaults/desktop/Modrinth App.desktop | 8 + root/defaults/desktop/PCSX2.desktop | 12 + .../desktop/com.libretro.RetroArch.desktop | 82 + root/defaults/desktop/darkplaces.desktop | 8 + .../desktop/dev.eden_emu.eden.desktop | 19 + root/defaults/desktop/dolphin-emu.desktop | 10 + root/defaults/desktop/eduke32.desktop | 7 + root/defaults/desktop/flycast.desktop | 25 + root/defaults/desktop/gzdoom.desktop | 9 + root/defaults/desktop/jstest-gtk.desktop | 10 + root/defaults/desktop/mame.desktop | 19 + .../org.dosbox-staging.dosbox-staging.desktop | 63 + .../org.duckstation.DuckStation.desktop | 7 + .../desktop/org.es_de.frontend.desktop | 12 + .../desktop/org.scummvm.scummvm.desktop | 16 + root/defaults/desktop/ppsspp.desktop | 10 + root/defaults/desktop/rpcs3.desktop | 8 + root/defaults/desktop/xemu.desktop | 10 + root/defaults/eden-config.ini | 1552 ++++++++++++++ root/defaults/gzdoom.ini | 1896 +++++++++++++++++ root/defaults/mame.ini | 414 ++++ root/defaults/startwm_wayland.sh | 22 + root/defaults/wallpaper.jpg | Bin 0 -> 147989 bytes .../s6-rc.d/init-selkies-config/run | 298 +++ root/usr/bin/chromium | 15 + root/usr/bin/retroarch | 2 + root/usr/local/bin/wrapped-chromium | 15 + 55 files changed, 8378 insertions(+), 1 deletion(-) create mode 100644 .editorconfig create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.bug.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.feature.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/workflows/call_issue_pr_tracker.yml create mode 100644 .github/workflows/call_issues_cron.yml create mode 100644 .github/workflows/external_trigger.yml create mode 100644 .github/workflows/external_trigger_scheduler.yml create mode 100644 .github/workflows/greetings.yml create mode 100644 .github/workflows/package_trigger_scheduler.yml create mode 100644 .github/workflows/permissions.yml create mode 100644 Dockerfile create mode 100644 Jenkinsfile create mode 100644 LICENSE create mode 100644 jenkins-vars.yml create mode 100644 ppsspp.ini create mode 100644 readme-vars.yml create mode 100644 root/defaults/Default.yml create mode 100644 root/defaults/GCPadNew.ini create mode 100755 root/defaults/autostart_wayland create mode 100644 root/defaults/config/.config/lxqt/lxqt-config-appearance.conf create mode 100644 root/defaults/config/.config/lxqt/lxqt.conf create mode 100644 root/defaults/config/.config/lxqt/panel.conf create mode 100644 root/defaults/config/.config/pcmanfm-qt/lxqt/settings.conf create mode 100644 root/defaults/desktop/Modrinth App.desktop create mode 100644 root/defaults/desktop/PCSX2.desktop create mode 100644 root/defaults/desktop/com.libretro.RetroArch.desktop create mode 100644 root/defaults/desktop/darkplaces.desktop create mode 100644 root/defaults/desktop/dev.eden_emu.eden.desktop create mode 100644 root/defaults/desktop/dolphin-emu.desktop create mode 100644 root/defaults/desktop/eduke32.desktop create mode 100644 root/defaults/desktop/flycast.desktop create mode 100644 root/defaults/desktop/gzdoom.desktop create mode 100644 root/defaults/desktop/jstest-gtk.desktop create mode 100644 root/defaults/desktop/mame.desktop create mode 100644 root/defaults/desktop/org.dosbox-staging.dosbox-staging.desktop create mode 100644 root/defaults/desktop/org.duckstation.DuckStation.desktop create mode 100644 root/defaults/desktop/org.es_de.frontend.desktop create mode 100644 root/defaults/desktop/org.scummvm.scummvm.desktop create mode 100644 root/defaults/desktop/ppsspp.desktop create mode 100644 root/defaults/desktop/rpcs3.desktop create mode 100644 root/defaults/desktop/xemu.desktop create mode 100644 root/defaults/eden-config.ini create mode 100644 root/defaults/gzdoom.ini create mode 100644 root/defaults/mame.ini create mode 100755 root/defaults/startwm_wayland.sh create mode 100644 root/defaults/wallpaper.jpg create mode 100755 root/etc/s6-overlay/s6-rc.d/init-selkies-config/run create mode 100755 root/usr/bin/chromium create mode 100755 root/usr/bin/retroarch create mode 100755 root/usr/local/bin/wrapped-chromium diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5f150f3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,20 @@ +# This file is globally distributed to all container image projects from +# https://github.com/linuxserver/docker-jenkins-builder/blob/master/.editorconfig + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +# trim_trailing_whitespace may cause unintended issues and should not be globally set true +trim_trailing_whitespace = false + +[{Dockerfile*,**.yml}] +indent_style = space +indent_size = 2 + +[{**.sh,root/etc/s6-overlay/s6-rc.d/**,root/etc/cont-init.d/**,root/etc/services.d/**}] +indent_style = space +indent_size = 4 diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..7f1ee8e --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,123 @@ +# Contributing to webstation + +## Gotchas + +* While contributing make sure to make all your changes before creating a Pull Request, as our pipeline builds each commit after the PR is open. +* Read, and fill the Pull Request template + * If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR + * If the PR is addressing an existing issue include, closes #\, in the body of the PR commit message +* If you want to discuss changes, you can also bring it up in [#dev-talk](https://discordapp.com/channels/354974912613449730/757585807061155840) in our [Discord server](https://linuxserver.io/discord) + +## Common files + +| File | Use case | +| :----: | --- | +| `Dockerfile` | Dockerfile used to build amd64 images | +| `Dockerfile.aarch64` | Dockerfile used to build 64bit ARM architectures | +| `Dockerfile.armhf` | Dockerfile used to build 32bit ARM architectures | +| `Jenkinsfile` | This file is a product of our builder and should not be edited directly. This is used to build the image | +| `jenkins-vars.yml` | This file is used to generate the `Jenkinsfile` mentioned above, it only affects the build-process | +| `package_versions.txt` | This file is generated as a part of the build-process and should not be edited directly. It lists all the installed packages and their versions | +| `README.md` | This file is a product of our builder and should not be edited directly. This displays the readme for the repository and image registries | +| `readme-vars.yml` | This file is used to generate the `README.md` | + +## Readme + +If you would like to change our readme, please __**do not**__ directly edit the readme, as it is auto-generated on each commit. +Instead edit the [readme-vars.yml](https://github.com/linuxserver/docker-webstation/edit/master/readme-vars.yml). + +These variables are used in a template for our [Jenkins Builder](https://github.com/linuxserver/docker-jenkins-builder) as part of an ansible play. +Most of these variables are also carried over to [docs.linuxserver.io](https://docs.linuxserver.io/images/docker-webstation) + +### Fixing typos or clarify the text in the readme + +There are variables for multiple parts of the readme, the most common ones are: + +| Variable | Description | +| :----: | --- | +| `project_blurb` | This is the short excerpt shown above the project logo. | +| `app_setup_block` | This is the text that shows up under "Application Setup" if enabled | + +### Parameters + +The compose and run examples are also generated from these variables. + +We have a [reference file](https://github.com/linuxserver/docker-jenkins-builder/blob/master/vars/_container-vars-blank) in our Jenkins Builder. + +These are prefixed with `param_` for required parameters, or `opt_param` for optional parameters, except for `cap_add`. +Remember to enable param, if currently disabled. This differs between parameters, and can be seen in the reference file. + +Devices, environment variables, ports and volumes expects its variables in a certain way. + +### Devices + +```yml +param_devices: + - { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "For hardware transcoding" } +opt_param_devices: + - { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "For hardware transcoding" } +``` + +### Environment variables + +```yml +param_env_vars: + - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." } +opt_param_env_vars: + - { env_var: "VERSION", env_value: "latest", desc: "Supported values are LATEST, PLEXPASS or a specific version number." } +``` + +### Ports + +```yml +param_ports: + - { external_port: "80", internal_port: "80", port_desc: "Application WebUI" } +opt_param_ports: + - { external_port: "80", internal_port: "80", port_desc: "Application WebUI" } +``` + +### Volumes + +```yml +param_volumes: + - { vol_path: "/config", vol_host_path: "", desc: "Configuration files." } +opt_param_volumes: + - { vol_path: "/config", vol_host_path: "", desc: "Configuration files." } +``` + +### Testing template changes + +After you make any changes to the templates, you can use our [Jenkins Builder](https://github.com/linuxserver/docker-jenkins-builder) to have the files updated from the modified templates. Please use the command found under `Running Locally` [on this page](https://github.com/linuxserver/docker-jenkins-builder/blob/master/README.md) to generate them prior to submitting a PR. + +## Dockerfiles + +We use multiple Dockerfiles in our repos, this is because sometimes some CPU architectures needs different packages to work. +If you are proposing additional packages to be added, ensure that you added the packages to all the Dockerfiles in alphabetical order. + +### Testing your changes + +```bash +git clone https://github.com/linuxserver/docker-webstation.git +cd docker-webstation +docker build \ + --no-cache \ + --pull \ + -t linuxserver/webstation:latest . +``` + +The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static` + +```bash +docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset +``` + +Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`. + +## Update the changelog + +If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-webstation/tree/master/root), add an entry to the changelog + +```yml +changelogs: + - { date: "DD.MM.YY:", desc: "Added some love to templates" } +``` diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..7eaac77 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: linuxserver +open_collective: linuxserver diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..aec94e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,13 @@ +blank_issues_enabled: false +contact_links: + - name: Discord chat support + url: https://linuxserver.io/discord + about: Realtime support / chat with the community and the team. + + - name: Discourse discussion forum + url: https://discourse.linuxserver.io + about: Post on our community forum. + + - name: Documentation + url: https://docs.linuxserver.io/images/docker-webstation + about: Documentation - information about all of our containers. diff --git a/.github/ISSUE_TEMPLATE/issue.bug.yml b/.github/ISSUE_TEMPLATE/issue.bug.yml new file mode 100644 index 0000000..9cf40a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.bug.yml @@ -0,0 +1,75 @@ +# Based on the issue template +name: Bug report +description: Create a report to help us improve +title: "[BUG] " +labels: [Bug] +body: + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: textarea + attributes: + label: Current Behavior + description: Tell us what happens instead of the expected behavior. + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: Tell us what should happen. + validations: + required: false + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. In this environment... + 2. With this config... + 3. Run '...' + 4. See error... + validations: + required: true + - type: textarea + attributes: + label: Environment + description: | + examples: + - **OS**: Ubuntu 20.04 + - **How docker service was installed**: distro's packagemanager + value: | + - OS: + - How docker service was installed: + render: markdown + validations: + required: false + - type: dropdown + attributes: + label: CPU architecture + options: + - x86-64 + validations: + required: true + - type: textarea + attributes: + label: Docker creation + description: | + Command used to create docker container + Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container + render: bash + validations: + required: true + - type: textarea + attributes: + description: | + Provide a full docker log, output of "docker logs webstation" + label: Container logs + placeholder: | + Output of `docker logs webstation` + render: bash + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/issue.feature.yml b/.github/ISSUE_TEMPLATE/issue.feature.yml new file mode 100644 index 0000000..099dcdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.feature.yml @@ -0,0 +1,31 @@ +# Based on the issue template +name: Feature request +description: Suggest an idea for this project +title: "[FEAT] <title>" +labels: [enhancement] +body: + - type: checkboxes + attributes: + label: Is this a new feature request? + description: Please search to see if a feature request already exists. + options: + - label: I have searched the existing issues + required: true + - type: textarea + attributes: + label: Wanted change + description: Tell us what you want to happen. + validations: + required: true + - type: textarea + attributes: + label: Reason for change + description: Justify your request, why do you want it, what is the benefit. + validations: + required: true + - type: textarea + attributes: + label: Proposed code change + description: Do you have a potential code change in mind? + validations: + required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..1efe00a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,43 @@ +<!--- Provide a general summary of your changes in the Title above --> + +[linuxserverurl]: https://linuxserver.io +[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl] + + +<!--- Before submitting a pull request please check the following --> + +<!--- If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR --> +<!--- Ask yourself if this modification is something the whole userbase will benefit from, if this is a specific change for corner case functionality or plugins please look at making a Docker Mod or local script https://blog.linuxserver.io/2019/09/14/customizing-our-containers/ --> +<!--- That if the PR is addressing an existing issue include, closes #<issue number> , in the body of the PR commit message --> +<!--- You have included links to any files / patches etc your PR may be using in the body of the PR commit message --> +<!--- We maintain a changelog of major revisions to the container at the end of readme-vars.yml in the root of this repository, please add your changes there if appropriate --> + + +<!--- Coding guidelines: --> +<!--- 1. Installed packages in the Dockerfiles should be in alphabetical order --> +<!--- 2. Changes to Dockerfile should be replicated in Dockerfile.armhf and Dockerfile.aarch64 if applicable --> +<!--- 3. Indentation style (tabs vs 4 spaces vs 1 space) should match the rest of the document --> +<!--- 4. Readme is auto generated from readme-vars.yml, make your changes there --> + +------------------------------ + + - [ ] I have read the [contributing](https://github.com/linuxserver/docker-webstation/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications + +------------------------------ + +<!--- We welcome all PR’s though this doesn’t guarantee it will be accepted. --> + +## Description: +<!--- Describe your changes in detail --> + +## Benefits of this PR and context: +<!--- Please explain why we should accept this PR. If this fixes an outstanding bug, please reference the issue # --> + +## How Has This Been Tested? +<!--- Please describe in detail how you tested your changes. --> +<!--- Include details of your testing environment, and the tests you ran to --> +<!--- see how your change affects other areas of the code, etc. --> + + +## Source / References: +<!--- Please include any forum posts/github links relevant to the PR --> diff --git a/.github/workflows/call_issue_pr_tracker.yml b/.github/workflows/call_issue_pr_tracker.yml new file mode 100644 index 0000000..d07cf12 --- /dev/null +++ b/.github/workflows/call_issue_pr_tracker.yml @@ -0,0 +1,19 @@ +name: Issue & PR Tracker + +on: + issues: + types: [opened,reopened,labeled,unlabeled,closed] + pull_request_target: + types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled,closed] + pull_request_review: + types: [submitted,edited,dismissed] + +permissions: + contents: read + +jobs: + manage-project: + permissions: + issues: write + uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1 + secrets: inherit diff --git a/.github/workflows/call_issues_cron.yml b/.github/workflows/call_issues_cron.yml new file mode 100644 index 0000000..73904b4 --- /dev/null +++ b/.github/workflows/call_issues_cron.yml @@ -0,0 +1,16 @@ +name: Mark stale issues and pull requests +on: + schedule: + - cron: '38 13 * * *' + workflow_dispatch: + +permissions: + contents: read + +jobs: + stale: + permissions: + issues: write + pull-requests: write + uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1 + secrets: inherit diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml new file mode 100644 index 0000000..6d29d45 --- /dev/null +++ b/.github/workflows/external_trigger.yml @@ -0,0 +1,28 @@ +name: External Trigger Main + +on: + workflow_dispatch: + +permissions: + contents: read + +jobs: + external-trigger-master: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4.1.1 + + - name: External Trigger + if: github.ref == 'refs/heads/master' + env: + SKIP_EXTERNAL_TRIGGER: ${{ vars.SKIP_EXTERNAL_TRIGGER }} + run: | + printf "# External trigger for docker-webstation\n\n" >> $GITHUB_STEP_SUMMARY + echo "Type is \`os\`" >> $GITHUB_STEP_SUMMARY + echo "No external release, exiting" >> $GITHUB_STEP_SUMMARY + exit 0 + if grep -q "^webstation_master_${EXT_RELEASE}" <<< "${SKIP_EXTERNAL_TRIGGER}"; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` matches current external release; skipping trigger." >> $GITHUB_STEP_SUMMARY + exit 0 + fi diff --git a/.github/workflows/external_trigger_scheduler.yml b/.github/workflows/external_trigger_scheduler.yml new file mode 100644 index 0000000..2af656c --- /dev/null +++ b/.github/workflows/external_trigger_scheduler.yml @@ -0,0 +1,48 @@ +name: External Trigger Scheduler + +on: + schedule: + - cron: '56 * * * *' + workflow_dispatch: + +permissions: + contents: read + +jobs: + external-trigger-scheduler: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4.1.1 + with: + fetch-depth: '0' + + - name: External Trigger Scheduler + run: | + printf "# External trigger scheduler for docker-webstation\n\n" >> $GITHUB_STEP_SUMMARY + printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY + for br in $(git for-each-ref --format='%(refname:lstrip=3)' refs/remotes) + do + if [[ "${br}" == "HEAD" ]]; then + printf "\nSkipping %s.\n" ${br} >> $GITHUB_STEP_SUMMARY + continue + fi + printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY + ls_jenkins_vars=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-webstation/${br}/jenkins-vars.yml) + ls_branch=$(echo "${ls_jenkins_vars}" | yq -r '.ls_branch') + ls_trigger=$(echo "${ls_jenkins_vars}" | yq -r '.external_type') + if [[ "${br}" == "${ls_branch}" ]] && [[ "${ls_trigger}" != "os" ]]; then + echo "Branch appears to be live and trigger is not os; checking workflow." >> $GITHUB_STEP_SUMMARY + if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-webstation/${br}/.github/workflows/external_trigger.yml > /dev/null 2>&1; then + echo "Triggering external trigger workflow for branch." >> $GITHUB_STEP_SUMMARY + curl -iX POST \ + -H "Authorization: token ${{ secrets.CR_PAT }}" \ + -H "Accept: application/vnd.github.v3+json" \ + -d "{\"ref\":\"refs/heads/${br}\"}" \ + https://api.github.com/repos/linuxserver/docker-webstation/actions/workflows/external_trigger.yml/dispatches + else + echo "Skipping branch due to no external trigger workflow present." >> $GITHUB_STEP_SUMMARY + fi + else + echo "Skipping branch due to being detected as dev branch or having no external version." >> $GITHUB_STEP_SUMMARY + fi + done diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..d065ffb --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,19 @@ +name: Greetings + +on: [pull_request_target, issues] + +permissions: + contents: read + +jobs: + greeting: + permissions: + issues: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.' + pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-webstation/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!' + repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/package_trigger_scheduler.yml b/.github/workflows/package_trigger_scheduler.yml new file mode 100644 index 0000000..b6069b3 --- /dev/null +++ b/.github/workflows/package_trigger_scheduler.yml @@ -0,0 +1,103 @@ +name: Package Trigger Scheduler + +on: + schedule: + - cron: '45 5 * * 0' + workflow_dispatch: + +permissions: + contents: read + +jobs: + package-trigger-scheduler: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4.1.1 + with: + fetch-depth: '0' + + - name: Package Trigger Scheduler + env: + SKIP_PACKAGE_TRIGGER: ${{ vars.SKIP_PACKAGE_TRIGGER }} + run: | + printf "# Package trigger scheduler for docker-webstation\n\n" >> $GITHUB_STEP_SUMMARY + printf "Found the branches:\n\n%s\n" "$(git for-each-ref --format='- %(refname:lstrip=3)' refs/remotes)" >> $GITHUB_STEP_SUMMARY + for br in $(git for-each-ref --format='%(refname:lstrip=3)' refs/remotes) + do + if [[ "${br}" == "HEAD" ]]; then + printf "\nSkipping %s.\n" ${br} >> $GITHUB_STEP_SUMMARY + continue + fi + printf "\n## Evaluating \`%s\`\n\n" ${br} >> $GITHUB_STEP_SUMMARY + JENKINS_VARS=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-webstation/${br}/jenkins-vars.yml) + if ! curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-webstation/${br}/Jenkinsfile >/dev/null 2>&1; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> No Jenkinsfile found. Branch is either deprecated or is an early dev branch." >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + elif [[ "${br}" == $(yq -r '.ls_branch' <<< "${JENKINS_VARS}") ]]; then + echo "Branch appears to be live; checking workflow." >> $GITHUB_STEP_SUMMARY + README_VARS=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/docker-webstation/${br}/readme-vars.yml) + if [[ $(yq -r '.project_deprecation_status' <<< "${README_VARS}") == "true" ]]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Branch appears to be deprecated; skipping trigger." >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + elif [[ $(yq -r '.skip_package_check' <<< "${JENKINS_VARS}") == "true" ]]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Skipping branch ${br} due to \`skip_package_check\` being set in \`jenkins-vars.yml\`." >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + elif grep -q "^webstation_${br}" <<< "${SKIP_PACKAGE_TRIGGER}"; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Github organizational variable \`SKIP_PACKAGE_TRIGGER\` contains \`webstation_${br}\`; skipping trigger." >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + elif [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-webstation/job/${br}/lastBuild/api/json | jq -r '.building' 2>/dev/null) == "true" ]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> There already seems to be an active build on Jenkins; skipping package trigger for ${br}" >> $GITHUB_STEP_SUMMARY + skipped_branches="${skipped_branches}${br} " + else + echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY + echo "> Triggering package trigger for branch ${br}" >> $GITHUB_STEP_SUMMARY + printf "> To disable, add \`webstation_%s\` into the Github organizational variable \`SKIP_PACKAGE_TRIGGER\`.\n\n" "${br}" >> $GITHUB_STEP_SUMMARY + triggered_branches="${triggered_branches}${br} " + response=$(curl -iX POST \ + https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-webstation/job/${br}/buildWithParameters?PACKAGE_CHECK=true \ + --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} | grep -i location | sed "s|^[L|l]ocation: \(.*\)|\1|") + if [[ -z "${response}" ]]; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Jenkins build could not be triggered. Skipping branch." + continue + fi + echo "Jenkins [job queue url](${response%$'\r'})" >> $GITHUB_STEP_SUMMARY + echo "Sleeping 10 seconds until job starts" >> $GITHUB_STEP_SUMMARY + sleep 10 + buildurl=$(curl -s "${response%$'\r'}api/json" | jq -r '.executable.url') + buildurl="${buildurl%$'\r'}" + echo "Jenkins job [build url](${buildurl})" >> $GITHUB_STEP_SUMMARY + echo "Attempting to change the Jenkins job description" >> $GITHUB_STEP_SUMMARY + if ! curl -ifX POST \ + "${buildurl}submitDescription" \ + --user ${{ secrets.JENKINS_USER }}:${{ secrets.JENKINS_TOKEN }} \ + --data-urlencode "description=GHA package trigger https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ + --data-urlencode "Submit=Submit"; then + echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY + echo "> Unable to change the Jenkins job description." + fi + sleep 20 + fi + else + echo "Skipping branch ${br} due to being detected as dev branch." >> $GITHUB_STEP_SUMMARY + fi + done + if [[ -n "${triggered_branches}" ]] || [[ -n "${skipped_branches}" ]]; then + if [[ -n "${triggered_branches}" ]]; then + NOTIFY_BRANCHES="**Triggered:** ${triggered_branches} \n" + NOTIFY_BUILD_URL="**Build URL:** https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-webstation/activity/ \n" + echo "**** Package check build(s) triggered for branch(es): ${triggered_branches} ****" + fi + if [[ -n "${skipped_branches}" ]]; then + NOTIFY_BRANCHES="${NOTIFY_BRANCHES}**Skipped:** ${skipped_branches} \n" + fi + echo "**** Notifying Discord ****" + curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://cdn.discordapp.com/avatars/354986384542662657/df91181b3f1cf0ef1592fbe18e0962d7.png","embeds": [{"color": 9802903, + "description": "**Package Check Build(s) for webstation** \n'"${NOTIFY_BRANCHES}"''"${NOTIFY_BUILD_URL}"'"}], + "username": "Github Actions"}' ${{ secrets.DISCORD_WEBHOOK }} + fi diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml new file mode 100644 index 0000000..02e1bdb --- /dev/null +++ b/.github/workflows/permissions.yml @@ -0,0 +1,12 @@ +name: Permission check +on: + pull_request_target: + paths: + - '**/run' + - '**/finish' + - '**/check' + - 'root/migrations/*' + +jobs: + permission_check: + uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5b480b2 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,248 @@ +FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble + +# set version label +ARG BUILD_DATE +ARG VERSION +LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" +LABEL maintainer="thelamer" + +# title +ENV TITLE="Webstation" \ + NO_FULL=true \ + PIXELFLUX_WAYLAND=true \ + DOOMWADDIR="/config" + +RUN \ + echo "**** add icon ****" && \ + curl -o \ + /usr/share/selkies/www/icon.png \ + https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webstation-logo.png && \ + echo "**** install base packages ****" && \ + add-apt-repository ppa:xtradeb/apps && \ + apt-get update && \ + add-apt-repository ppa:xtradeb/play && \ + apt-get update && \ + DEBIAN_FRONTEND=noninteractive \ + apt-get install --no-install-recommends -y \ + chromium \ + darkplaces \ + eduke32 \ + eduke32-shareware-episode \ + gnome-keyring \ + ibsdl2-2.0-0 \ + jstest-gtk \ + libenet7 \ + libfaad2 \ + libgtk-3-common \ + libqt6multimedia6 \ + libqt6svg6 \ + libqt6svgwidgets6 \ + libqt6widgets6 \ + libusb-1.0-0 \ + lxqt-archiver \ + lxqt-core \ + p7zip-full \ + p7zip-rar \ + papirus-icon-theme && \ + echo "**** lxqt tweaks ****" && \ + sed -i \ + 's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \ + /usr/share/applications/chromium.desktop && \ + mv \ + /usr/bin/chromium \ + /usr/bin/chromium-browser && \ + echo "**** install dolphin ****" && \ + add-apt-repository ppa:ubuntuhandbook1/dolphin-emu && \ + apt-get update && \ + apt-get install --no-install-recommends -y \ + dolphin-emu && \ + echo "**** install pcsx2 ****" && \ + add-apt-repository ppa:pcsx2-team/pcsx2-daily && \ + apt-get update && \ + apt-get install --no-install-recommends -y \ + pcsx2-stable && \ + setcap -r /usr/bin/pcsx2-qt && \ + echo "**** install ppsspp ****" && \ + add-apt-repository ppa:xuzhen666/ppsspp && \ + apt-get update && \ + apt-get install --no-install-recommends -y \ + ppsspp && \ + echo "**** install mame ****" && \ + add-apt-repository ppa:c.falco/mame && \ + apt-get update && \ + apt-get install --no-install-recommends -y \ + mame && \ + echo "**** install retroarch ****" && \ + add-apt-repository ppa:libretro/stable && \ + apt-get update && \ + apt-get install --no-install-recommends -y \ + libretro-core-info \ + retroarch \ + retroarch-assets \ + unzip \ + xz-utils && \ + curl -o \ + /tmp/autoconfig.zip \ + https://buildbot.libretro.com/assets/frontend/autoconfig.zip && \ + mkdir -p /usr/share/libretro/autoconfig && \ + unzip \ + /tmp/autoconfig.zip \ + -d /usr/share/libretro/autoconfig && \ + mv \ + /usr/bin/retroarch \ + /usr/bin/retroarch-real && \ + echo "**** install dosbox ****" && \ + if [ -z ${DSTAGING_VERSION+x} ]; then \ + DSTAGING_VERSION=$(curl -sX GET "https://api.github.com/repos/dosbox-staging/dosbox-staging/releases/latest" \ + | awk '/tag_name/{print $4;exit}' FS='[""]'); \ + fi && \ + curl -o \ + /tmp/dosbox.tar.xz -L \ + "https://github.com/dosbox-staging/dosbox-staging/releases/download/${DSTAGING_VERSION}/dosbox-staging-linux-x86_64-${DSTAGING_VERSION}.tar.xz" && \ + mkdir /opt/dosbox && \ + tar xf \ + /tmp/dosbox.tar.xz -C \ + /opt/dosbox --strip-components=1 && \ + echo "**** install duckstation ****" && \ + DOSBOX_URL=$(curl -sX GET "https://api.github.com/repos/stenzek/duckstation/releases/latest" \ + | awk -F '(": "|")' '/browser.*x64.AppImage/ {print $3}') && \ + curl -o \ + /tmp/duck.app -L \ + "${DOSBOX_URL}" && \ + cd /tmp && \ + chmod +x duck.app && \ + ./duck.app --appimage-extract && \ + mv \ + squashfs-root \ + /opt/duckstation && \ + echo "**** install eden ****" && \ + if [ -z ${EDEN_VERSION+x} ]; then \ + EDEN_VERSION=$(curl -sX GET "https://api.github.com/repos/eden-emulator/Releases/releases/latest" \ + | awk '/tag_name/{print $4;exit}' FS='[""]'); \ + fi && \ + curl -o \ + /tmp/eden.deb -L \ + "https://github.com/eden-emulator/Releases/releases/download/${EDEN_VERSION}/Eden-Ubuntu-24.04-${EDEN_VERSION}-amd64.deb" && \ + apt-get install -y \ + /tmp/eden.deb && \ + echo "**** install flycast ****" && \ + FLYCAST_URL=$(curl -sX GET "https://api.github.com/repos/flyinghead/flycast/releases/latest" \ + | awk -F '(": "|")' '/browser.*.AppImage/ {print $3}') && \ + curl -o \ + /tmp/fly.app -L \ + "${FLYCAST_URL}" && \ + cd /tmp && \ + chmod +x fly.app && \ + ./fly.app --appimage-extract && \ + mv \ + squashfs-root \ + /opt/flycast && \ + echo "**** install gzdoom ****" && \ + GZDOOM_URL=$(curl -sX GET "https://api.github.com/repos/ZDoom/gzdoom/releases/latest" \ + | awk -F '(": "|")' '/browser.*amd64.deb/ {print $3}') && \ + curl -o \ + /tmp/gzdoom.deb -L \ + "${GZDOOM_URL}" && \ + cd /tmp && \ + apt install -y \ + ./gzdoom.deb && \ + FREEDOOM_URL=$(curl -sX GET "https://api.github.com/repos/freedoom/freedoom/releases/latest" \ + | awk -F '(": "|")' '/browser.*freedoom-.*.zip/ && !/.*sig/ {print $3}') && \ + curl -o \ + /tmp/freedoom.zip -L \ + "${FREEDOOM_URL}" && \ + unzip freedoom.zip && \ + mv \ + freedoom*/freedoom1.wad \ + /defaults/ && \ + echo "**** quake shareware ****" && \ + curl -o \ + /pak0.pak -L \ + https://github.com/pweil-/origin-quake/raw/refs/heads/master/id1/pak0.pak && \ + echo "**** install melonds ****" && \ + MELONDS_VERSION=$(curl -sX GET "https://api.github.com/repos/melonDS-emu/melonDS/releases/latest" \ + | awk '/tag_name/{print $4;exit}' FS='[""]') && \ + curl -o \ + /tmp/melon.zip -L \ + "https://github.com/melonDS-emu/melonDS/releases/download/${MELONDS_VERSION}/melonDS-${MELONDS_VERSION}-ubuntu-x86_64.zip" && \ + cd /tmp && \ + unzip melon.zip && \ + mv \ + melonDS \ + /usr/bin && \ + echo "**** install modrinth ****" && \ + MODRINTH_VERSION=$(curl -sX GET "https://api.github.com/repos/modrinth/code/releases/latest" \ + | awk '/tag_name/{print $4;exit}' FS='[""]') && \ + curl -o \ + /tmp/modrinth.deb -L \ + "https://launcher-files.modrinth.com/versions/$(echo ${MODRINTH_VERSION}| sed 's/^v//g')/linux/Modrinth%20App_$(echo ${MODRINTH_VERSION}| sed 's/^v//g')_amd64.deb" && \ + apt-get install -y \ + /tmp/modrinth.deb && \ + echo "**** install rpcs3 ****" && \ + RPCS3_URL=$(curl -sX GET "https://api.github.com/repos/RPCS3/rpcs3-binaries-linux/releases/latest" \ + | awk -F '(": "|")' '/browser.*AppImage/ {print $3}') && \ + curl -o \ + /tmp/rpcs3.app -L \ + "${RPCS3_URL}" && \ + cd /tmp && \ + chmod +x rpcs3.app && \ + ./rpcs3.app --appimage-extract && \ + mv \ + AppDir \ + /opt/rpcs3 && \ + echo "**** install scummvm ****" && \ + SCUMMVM_VERSION=$(curl -s https://downloads.scummvm.org/frs/scummvm/ \ + | awk -F'(<a href="|/">)' '{print $2}'| grep -B 1 'daily' |head -n1) && \ + curl -o \ + /tmp/scummvm.deb -L \ + "https://downloads.scummvm.org/frs/scummvm/${SCUMMVM_VERSION}/scummvm_${SCUMMVM_VERSION}-1_ubuntu24_04_amd64.deb" && \ + apt-get update && \ + apt-get install -y \ + /tmp/scummvm.deb && \ + echo "**** install xemu ****" && \ + mkdir /tmp/xemu && \ + XEMU_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \ + | awk -F '(": "|")' '/browser.*x86_64.AppImage/ && !/.*dbg.*/ {print $3}') && \ + curl -o \ + /tmp/xemu/xemu.app -L \ + "${XEMU_URL}" && \ + cd /tmp/xemu && \ + chmod +x xemu.app && \ + ./xemu.app --appimage-extract && \ + mv \ + squashfs-root \ + /opt/xemu && \ + echo "**** install esde ****" && \ + mkdir /tmp/esde && \ + curl -o \ + /tmp/esde/esde.app -L \ + "https://gitlab.com/es-de/emulationstation-de/-/package_files/246875981/download" && \ + cd /tmp/esde && \ + chmod +x esde.app && \ + ./esde.app --appimage-extract && \ + mv \ + squashfs-root \ + /opt/esde && \ + echo "**** cleanup ****" && \ + apt-get autoclean && \ + rm -rf \ + /config/.cache \ + /config/.launchpadlib \ + /tmp/* \ + /usr/share/applications/lxqt-config-monitor.desktop \ + /usr/share/applications/lxqt-hibernate.desktop \ + /usr/share/applications/lxqt-leave.desktop \ + /usr/share/applications/lxqt-lockscreen.desktop \ + /usr/share/applications/lxqt-logout.desktop \ + /usr/share/applications/lxqt-reboot.desktop \ + /usr/share/applications/lxqt-shutdown.desktop \ + /usr/share/applications/lxqt-suspend.desktop \ + /var/lib/apt/lists/* \ + /var/tmp/* + +# add local files +COPY /root / + +# ports and volumes +EXPOSE 3001 +VOLUME /config diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..6809672 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,1248 @@ +pipeline { + agent { + label 'X86-64-MULTI' + } + options { + buildDiscarder(logRotator(numToKeepStr: '10', daysToKeepStr: '60')) + parallelsAlwaysFailFast() + } + // Input to determine if this is a package check + parameters { + string(defaultValue: 'false', description: 'package check run', name: 'PACKAGE_CHECK') + } + // Configuration for the variables used for this specific repo + environment { + BUILDS_DISCORD=credentials('build_webhook_url') + GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab') + GITLAB_TOKEN=credentials('b6f0f1dd-6952-4cf6-95d1-9c06380283f0') + GITLAB_NAMESPACE=credentials('gitlab-namespace-id') + DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat') + QUAYIO_API_TOKEN=credentials('quayio-repo-api-token') + GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f') + BUILD_VERSION_ARG = 'OS_VERSION' + LS_USER = 'linuxserver' + LS_REPO = 'docker-webstation' + CONTAINER_NAME = 'webstation' + DOCKERHUB_IMAGE = 'linuxserver/webstation' + DEV_DOCKERHUB_IMAGE = 'lsiodev/webstation' + PR_DOCKERHUB_IMAGE = 'lspipepr/webstation' + DIST_IMAGE = 'ubuntu' + MULTIARCH='true' + CI='true' + CI_WEB='true' + CI_PORT='3001' + CI_SSL='true' + CI_DELAY='120' + CI_DOCKERENV='TZ=US/Pacific' + CI_AUTH='user:password' + CI_WEBPATH='' + } + stages { + stage("Set git config"){ + steps{ + sh '''#!/bin/bash + cat ${GIT_SIGNING_KEY} > /config/.ssh/id_sign + chmod 600 /config/.ssh/id_sign + ssh-keygen -y -f /config/.ssh/id_sign > /config/.ssh/id_sign.pub + echo "Using $(ssh-keygen -lf /config/.ssh/id_sign) to sign commits" + git config --global gpg.format ssh + git config --global user.signingkey /config/.ssh/id_sign + git config --global commit.gpgsign true + ''' + } + } + // Setup all the basic environment variables needed for the build + stage("Set ENV Variables base"){ + steps{ + echo "Running on node: ${NODE_NAME}" + sh '''#! /bin/bash + echo "Pruning builder" + docker builder prune -f --builder container || : + containers=$(docker ps -q) + if [[ -n "${containers}" ]]; then + BUILDX_CONTAINER_ID=$(docker ps -qf 'name=buildx_buildkit') + for container in ${containers}; do + if [[ "${container}" == "${BUILDX_CONTAINER_ID}" ]]; then + echo "skipping buildx container in docker stop" + else + echo "Stopping container ${container}" + docker stop ${container} + fi + done + fi + docker system prune -f --volumes || : + docker image prune -af || : + ''' + script{ + env.EXIT_STATUS = '' + env.LS_RELEASE = sh( + script: '''docker run --rm quay.io/skopeo/stable:v1 inspect docker://ghcr.io/${LS_USER}/${CONTAINER_NAME}:master 2>/dev/null | jq -r '.Labels.build_version' | awk '{print $3}' | grep '\\-ls' || : ''', + returnStdout: true).trim() + env.LS_RELEASE_NOTES = sh( + script: '''cat readme-vars.yml | awk -F \\" '/date: "[0-9][0-9].[0-9][0-9].[0-9][0-9]:/ {print $4;exit;}' | sed -E ':a;N;$!ba;s/\\r{0,1}\\n/\\\\n/g' ''', + returnStdout: true).trim() + env.GITHUB_DATE = sh( + script: '''date '+%Y-%m-%dT%H:%M:%S%:z' ''', + returnStdout: true).trim() + env.COMMIT_SHA = sh( + script: '''git rev-parse HEAD''', + returnStdout: true).trim() + env.GH_DEFAULT_BRANCH = sh( + script: '''git remote show origin | grep "HEAD branch:" | sed 's|.*HEAD branch: ||' ''', + returnStdout: true).trim() + env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT + env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/' + env.PULL_REQUEST = env.CHANGE_ID + env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.yml ./.github/ISSUE_TEMPLATE/issue.feature.yml ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/call_issue_pr_tracker.yml ./.github/workflows/call_issues_cron.yml ./.github/workflows/permissions.yml ./.github/workflows/external_trigger.yml' + if ( env.SYFT_IMAGE_TAG == null ) { + env.SYFT_IMAGE_TAG = 'latest' + } + } + echo "Using syft image tag ${SYFT_IMAGE_TAG}" + sh '''#! /bin/bash + echo "The default github branch detected as ${GH_DEFAULT_BRANCH}" ''' + script{ + env.LS_RELEASE_NUMBER = sh( + script: '''echo ${LS_RELEASE} |sed 's/^.*-ls//g' ''', + returnStdout: true).trim() + } + script{ + env.LS_TAG_NUMBER = sh( + script: '''#! /bin/bash + tagsha=$(git rev-list -n 1 master-${LS_RELEASE} 2>/dev/null) + if [ "${tagsha}" == "${COMMIT_SHA}" ]; then + echo ${LS_RELEASE_NUMBER} + elif [ -z "${GIT_COMMIT}" ]; then + echo ${LS_RELEASE_NUMBER} + else + echo $((${LS_RELEASE_NUMBER} + 1)) + fi''', + returnStdout: true).trim() + } + } + } + /* ####################### + Package Version Tagging + ####################### */ + // Grab the current package versions in Git to determine package tag + stage("Set Package tag"){ + steps{ + script{ + env.PACKAGE_TAG = sh( + script: '''#!/bin/bash + if [ -e package_versions.txt ] ; then + cat package_versions.txt | md5sum | cut -c1-8 + else + echo none + fi''', + returnStdout: true).trim() + } + } + } + /* ######################## + External Release Tagging + ######################## */ + // If this is an os release set release type to none to indicate no external release + stage("Set ENV os"){ + steps{ + script{ + env.EXT_RELEASE = env.PACKAGE_TAG + env.RELEASE_LINK = 'none' + } + } + } + // Sanitize the release tag and strip illegal docker or github characters + stage("Sanitize tag"){ + steps{ + script{ + env.EXT_RELEASE_CLEAN = sh( + script: '''echo ${EXT_RELEASE} | sed 's/[~,%@+;:/ ]//g' ''', + returnStdout: true).trim() + + def semver = env.EXT_RELEASE_CLEAN =~ /(\d+)\.(\d+)\.(\d+)/ + if (semver.find()) { + env.SEMVER = "${semver[0][1]}.${semver[0][2]}.${semver[0][3]}" + } else { + semver = env.EXT_RELEASE_CLEAN =~ /(\d+)\.(\d+)(?:\.(\d+))?(.*)/ + if (semver.find()) { + if (semver[0][3]) { + env.SEMVER = "${semver[0][1]}.${semver[0][2]}.${semver[0][3]}" + } else if (!semver[0][3] && !semver[0][4]) { + env.SEMVER = "${semver[0][1]}.${semver[0][2]}.${(new Date()).format('YYYYMMdd')}" + } + } + } + + if (env.SEMVER != null) { + if (BRANCH_NAME != "${env.GH_DEFAULT_BRANCH}") { + env.SEMVER = "${env.SEMVER}-${BRANCH_NAME}" + } + println("SEMVER: ${env.SEMVER}") + } else { + println("No SEMVER detected") + } + + } + } + } + // If this is a master build use live docker endpoints + stage("Set ENV live build"){ + when { + branch "master" + environment name: 'CHANGE_ID', value: '' + } + steps { + script{ + env.IMAGE = env.DOCKERHUB_IMAGE + env.GITHUBIMAGE = 'ghcr.io/' + env.LS_USER + '/' + env.CONTAINER_NAME + env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/' + env.CONTAINER_NAME + env.QUAYIMAGE = 'quay.io/linuxserver.io/' + env.CONTAINER_NAME + if (env.MULTIARCH == 'true') { + env.CI_TAGS = 'amd64-master-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + '|arm64v8-master-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + } else { + env.CI_TAGS = 'master-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + } + env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + env.META_TAG = 'master-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + env.EXT_RELEASE_TAG = 'master-version-' + env.EXT_RELEASE_CLEAN + env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' + env.CITEST_IMAGETAG = 'latest' + } + } + } + // If this is a dev build use dev docker endpoints + stage("Set ENV dev build"){ + when { + not {branch "master"} + environment name: 'CHANGE_ID', value: '' + } + steps { + script{ + env.IMAGE = env.DEV_DOCKERHUB_IMAGE + env.GITHUBIMAGE = 'ghcr.io/' + env.LS_USER + '/lsiodev-' + env.CONTAINER_NAME + env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lsiodev-' + env.CONTAINER_NAME + env.QUAYIMAGE = 'quay.io/linuxserver.io/lsiodev-' + env.CONTAINER_NAME + if (env.MULTIARCH == 'true') { + env.CI_TAGS = 'amd64-master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '|arm64v8-master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + } else { + env.CI_TAGS = 'master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + } + env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + env.META_TAG = 'master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + env.EXT_RELEASE_TAG = 'master-version-' + env.EXT_RELEASE_CLEAN + env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DEV_DOCKERHUB_IMAGE + '/tags/' + env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' + env.CITEST_IMAGETAG = 'develop' + } + } + } + // If this is a pull request build use dev docker endpoints + stage("Set ENV PR build"){ + when { + not {environment name: 'CHANGE_ID', value: ''} + } + steps { + script{ + env.IMAGE = env.PR_DOCKERHUB_IMAGE + env.GITHUBIMAGE = 'ghcr.io/' + env.LS_USER + '/lspipepr-' + env.CONTAINER_NAME + env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lspipepr-' + env.CONTAINER_NAME + env.QUAYIMAGE = 'quay.io/linuxserver.io/lspipepr-' + env.CONTAINER_NAME + if (env.MULTIARCH == 'true') { + env.CI_TAGS = 'amd64-master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + '|arm64v8-master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + } else { + env.CI_TAGS = 'master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + } + env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + env.META_TAG = 'master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + env.EXT_RELEASE_TAG = 'master-version-' + env.EXT_RELEASE_CLEAN + env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/pull/' + env.PULL_REQUEST + env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.PR_DOCKERHUB_IMAGE + '/tags/' + env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' + env.CITEST_IMAGETAG = 'develop' + } + } + } + // Run ShellCheck + stage('ShellCheck') { + when { + environment name: 'CI', value: 'true' + } + steps { + withCredentials([ + string(credentialsId: 'ci-tests-s3-key-id', variable: 'S3_KEY'), + string(credentialsId: 'ci-tests-s3-secret-access-key', variable: 'S3_SECRET') + ]) { + script{ + env.SHELLCHECK_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/shellcheck-result.xml' + } + sh '''curl -sL https://raw.githubusercontent.com/linuxserver/docker-jenkins-builder/master/checkrun.sh | /bin/bash''' + sh '''#! /bin/bash + docker run --rm \ + -v ${WORKSPACE}:/mnt \ + -e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \ + -e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \ + ghcr.io/linuxserver/baseimage-alpine:3.23 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\ + apk add --no-cache python3 && \ + python3 -m venv /lsiopy && \ + pip install --no-cache-dir -U pip && \ + pip install --no-cache-dir s3cmd && \ + s3cmd put --no-preserve --acl-public -m text/xml /mnt/shellcheck-result.xml s3://ci-tests.linuxserver.io/${IMAGE}/${META_TAG}/shellcheck-result.xml" || :''' + } + } + } + // Use helper containers to render templated files + stage('Update-Templates') { + when { + branch "master" + environment name: 'CHANGE_ID', value: '' + expression { + env.CONTAINER_NAME != null + } + } + steps { + sh '''#! /bin/bash + set -e + TEMPDIR=$(mktemp -d) + docker pull ghcr.io/linuxserver/jenkins-builder:latest + # Cloned repo paths for templating: + # ${TEMPDIR}/docker-${CONTAINER_NAME}: Cloned branch master of ${LS_USER}/${LS_REPO} for running the jenkins builder on + # ${TEMPDIR}/repo/${LS_REPO}: Cloned branch master of ${LS_USER}/${LS_REPO} for commiting various templated file changes and pushing back to Github + # ${TEMPDIR}/docs/docker-documentation: Cloned docs repo for pushing docs updates to Github + # ${TEMPDIR}/unraid/docker-templates: Cloned docker-templates repo to check for logos + # ${TEMPDIR}/unraid/templates: Cloned templates repo for commiting unraid template changes and pushing back to Github + git clone --branch master --depth 1 https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/docker-${CONTAINER_NAME} + docker run --rm -v ${TEMPDIR}/docker-${CONTAINER_NAME}:/tmp -e LOCAL=true -e PUID=$(id -u) -e PGID=$(id -g) ghcr.io/linuxserver/jenkins-builder:latest + echo "Starting Stage 1 - Jenkinsfile update" + if [[ "$(md5sum Jenkinsfile | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/Jenkinsfile | awk '{ print $1 }')" ]]; then + mkdir -p ${TEMPDIR}/repo + git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO} + cd ${TEMPDIR}/repo/${LS_REPO} + git checkout -f master + cp ${TEMPDIR}/docker-${CONTAINER_NAME}/Jenkinsfile ${TEMPDIR}/repo/${LS_REPO}/ + git add Jenkinsfile + git commit -m 'Bot Updating Templated Files' + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} + echo "Updating Jenkinsfile and exiting build, new one will trigger based on commit" + rm -Rf ${TEMPDIR} + exit 0 + else + echo "Jenkinsfile is up to date." + fi + echo "Starting Stage 2 - Delete old templates" + OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/issue.bug.md .github/ISSUE_TEMPLATE/issue.feature.md .github/workflows/call_invalid_helper.yml .github/workflows/stale.yml .github/workflows/package_trigger.yml" + for i in ${OLD_TEMPLATES}; do + if [[ -f "${i}" ]]; then + TEMPLATES_TO_DELETE="${i} ${TEMPLATES_TO_DELETE}" + fi + done + if [[ -n "${TEMPLATES_TO_DELETE}" ]]; then + mkdir -p ${TEMPDIR}/repo + git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO} + cd ${TEMPDIR}/repo/${LS_REPO} + git checkout -f master + for i in ${TEMPLATES_TO_DELETE}; do + git rm "${i}" + done + git commit -m 'Bot Updating Templated Files' + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} + echo "Deleting old/deprecated templates and exiting build, new one will trigger based on commit" + rm -Rf ${TEMPDIR} + exit 0 + else + echo "No templates to delete" + fi + echo "Starting Stage 2.5 - Update init diagram" + if ! grep -q 'init_diagram:' readme-vars.yml; then + echo "Adding the key 'init_diagram' to readme-vars.yml" + sed -i '\\|^#.*changelog.*$|d' readme-vars.yml + sed -i 's|^changelogs:|# init diagram\\ninit_diagram:\\n\\n# changelog\\nchangelogs:|' readme-vars.yml + fi + mkdir -p ${TEMPDIR}/d2 + docker run --rm -v ${TEMPDIR}/d2:/output -e PUID=$(id -u) -e PGID=$(id -g) -e RAW="true" ghcr.io/linuxserver/d2-builder:latest ${CONTAINER_NAME}:master + ls -al ${TEMPDIR}/d2 + yq -ei ".init_diagram |= load_str(\\"${TEMPDIR}/d2/${CONTAINER_NAME}-master.d2\\")" readme-vars.yml + if [[ $(md5sum readme-vars.yml | cut -c1-8) != $(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/readme-vars.yml | cut -c1-8) ]]; then + echo "'init_diagram' has been updated. Updating repo and exiting build, new one will trigger based on commit." + mkdir -p ${TEMPDIR}/repo + git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO} + cd ${TEMPDIR}/repo/${LS_REPO} + git checkout -f master + cp ${WORKSPACE}/readme-vars.yml ${TEMPDIR}/repo/${LS_REPO}/readme-vars.yml + git add readme-vars.yml + git commit -m 'Bot Updating Templated Files' + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} + echo "Updating templates and exiting build, new one will trigger based on commit" + rm -Rf ${TEMPDIR} + exit 0 + else + echo "false" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} + echo "Init diagram is unchanged" + fi + echo "Starting Stage 3 - Update templates" + CURRENTHASH=$(grep -hs ^ ${TEMPLATED_FILES} | md5sum | cut -c1-8) + cd ${TEMPDIR}/docker-${CONTAINER_NAME} + NEWHASH=$(grep -hs ^ ${TEMPLATED_FILES} | md5sum | cut -c1-8) + if [[ "${CURRENTHASH}" != "${NEWHASH}" ]] || ! grep -q '.jenkins-external' "${WORKSPACE}/.gitignore" 2>/dev/null; then + mkdir -p ${TEMPDIR}/repo + git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/repo/${LS_REPO} + cd ${TEMPDIR}/repo/${LS_REPO} + git checkout -f master + cd ${TEMPDIR}/docker-${CONTAINER_NAME} + mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/workflows + mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE + cp --parents ${TEMPLATED_FILES} ${TEMPDIR}/repo/${LS_REPO}/ || : + cp --parents readme-vars.yml ${TEMPDIR}/repo/${LS_REPO}/ || : + cd ${TEMPDIR}/repo/${LS_REPO}/ + if ! grep -q '.jenkins-external' .gitignore 2>/dev/null; then + echo ".jenkins-external" >> .gitignore + git add .gitignore + fi + git add readme-vars.yml ${TEMPLATED_FILES} + git commit -m 'Bot Updating Templated Files' + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} + echo "Updating templates and exiting build, new one will trigger based on commit" + rm -Rf ${TEMPDIR} + exit 0 + else + echo "false" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} + echo "No templates to update" + fi + echo "Starting Stage 4 - External repo updates: Docs, Unraid Template and Readme Sync to Docker Hub" + mkdir -p ${TEMPDIR}/docs + git clone --depth=1 https://github.com/linuxserver/docker-documentation.git ${TEMPDIR}/docs/docker-documentation + if [[ "${BRANCH_NAME}" == "${GH_DEFAULT_BRANCH}" ]] && [[ (! -f ${TEMPDIR}/docs/docker-documentation/docs/images/docker-${CONTAINER_NAME}.md) || ("$(md5sum ${TEMPDIR}/docs/docker-documentation/docs/images/docker-${CONTAINER_NAME}.md | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/docker-${CONTAINER_NAME}.md | awk '{ print $1 }')") ]]; then + cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/docker-${CONTAINER_NAME}.md ${TEMPDIR}/docs/docker-documentation/docs/images/ + cd ${TEMPDIR}/docs/docker-documentation + GH_DOCS_DEFAULT_BRANCH=$(git remote show origin | grep "HEAD branch:" | sed 's|.*HEAD branch: ||') + git add docs/images/docker-${CONTAINER_NAME}.md + echo "Updating docs repo" + git commit -m 'Bot Updating Documentation' + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/docker-documentation.git ${GH_DOCS_DEFAULT_BRANCH} --rebase + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/docker-documentation.git ${GH_DOCS_DEFAULT_BRANCH} || \ + (MAXWAIT="10" && echo "Push to docs failed, trying again in ${MAXWAIT} seconds" && \ + sleep $((RANDOM % MAXWAIT)) && \ + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/docker-documentation.git ${GH_DOCS_DEFAULT_BRANCH} --rebase && \ + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/docker-documentation.git ${GH_DOCS_DEFAULT_BRANCH}) + else + echo "Docs update not needed, skipping" + fi + mkdir -p ${TEMPDIR}/unraid + git clone --depth=1 https://github.com/linuxserver/docker-templates.git ${TEMPDIR}/unraid/docker-templates + git clone --depth=1 https://github.com/linuxserver/templates.git ${TEMPDIR}/unraid/templates + if [[ -f ${TEMPDIR}/unraid/docker-templates/linuxserver.io/img/${CONTAINER_NAME}-logo.png ]]; then + sed -i "s|master/linuxserver.io/img/linuxserver-ls-logo.png|master/linuxserver.io/img/${CONTAINER_NAME}-logo.png|" ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml + elif [[ -f ${TEMPDIR}/unraid/docker-templates/linuxserver.io/img/${CONTAINER_NAME}-icon.png ]]; then + sed -i "s|master/linuxserver.io/img/linuxserver-ls-logo.png|master/linuxserver.io/img/${CONTAINER_NAME}-icon.png|" ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml + fi + if [[ "${BRANCH_NAME}" == "${GH_DEFAULT_BRANCH}" ]] && [[ (! -f ${TEMPDIR}/unraid/templates/unraid/${CONTAINER_NAME}.xml) || ("$(md5sum ${TEMPDIR}/unraid/templates/unraid/${CONTAINER_NAME}.xml | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml | awk '{ print $1 }')") ]]; then + echo "Updating Unraid template" + cd ${TEMPDIR}/unraid/templates/ + GH_TEMPLATES_DEFAULT_BRANCH=$(git remote show origin | grep "HEAD branch:" | sed 's|.*HEAD branch: ||') + if grep -wq "^${CONTAINER_NAME}$" ${TEMPDIR}/unraid/templates/unraid/ignore.list && [[ -f ${TEMPDIR}/unraid/templates/unraid/deprecated/${CONTAINER_NAME}.xml ]]; then + echo "Image is on the ignore list, and already in the deprecation folder." + elif grep -wq "^${CONTAINER_NAME}$" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then + echo "Image is on the ignore list, marking Unraid template as deprecated" + cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/ + git add -u unraid/${CONTAINER_NAME}.xml + git mv unraid/${CONTAINER_NAME}.xml unraid/deprecated/${CONTAINER_NAME}.xml || : + git commit -m 'Bot Moving Deprecated Unraid Template' || : + else + cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/ + git add unraid/${CONTAINER_NAME}.xml + git commit -m 'Bot Updating Unraid Template' + fi + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/templates.git ${GH_TEMPLATES_DEFAULT_BRANCH} --rebase + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/templates.git ${GH_TEMPLATES_DEFAULT_BRANCH} || \ + (MAXWAIT="10" && echo "Push to unraid templates failed, trying again in ${MAXWAIT} seconds" && \ + sleep $((RANDOM % MAXWAIT)) && \ + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/templates.git ${GH_TEMPLATES_DEFAULT_BRANCH} --rebase && \ + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/templates.git ${GH_TEMPLATES_DEFAULT_BRANCH}) + else + echo "No updates to Unraid template needed, skipping" + fi + if [[ "${BRANCH_NAME}" == "${GH_DEFAULT_BRANCH}" ]]; then + if [[ $(cat ${TEMPDIR}/docker-${CONTAINER_NAME}/README.md | wc -m) -gt 25000 ]]; then + echo "Readme is longer than 25,000 characters. Syncing the lite version to Docker Hub" + DH_README_SYNC_PATH="${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/README.lite" + else + echo "Syncing readme to Docker Hub" + DH_README_SYNC_PATH="${TEMPDIR}/docker-${CONTAINER_NAME}/README.md" + fi + if curl -s https://hub.docker.com/v2/namespaces/${DOCKERHUB_IMAGE%%/*}/repositories/${DOCKERHUB_IMAGE##*/}/tags | jq -r '.message' | grep -q 404; then + echo "Docker Hub endpoint doesn't exist. Creating endpoint first." + DH_TOKEN=$(curl -d '{"username":"linuxserverci", "password":"'${DOCKERHUB_TOKEN}'"}' -H "Content-Type: application/json" -X POST https://hub.docker.com/v2/users/login | jq -r '.token') + curl -s \ + -H "Authorization: JWT ${DH_TOKEN}" \ + -H "Content-Type: application/json" \ + -X POST \ + -d '{"name":"'${DOCKERHUB_IMAGE##*/}'", "namespace":"'${DOCKERHUB_IMAGE%%/*}'"}' \ + https://hub.docker.com/v2/repositories/ || : + fi + DH_TOKEN=$(curl -d '{"username":"linuxserverci", "password":"'${DOCKERHUB_TOKEN}'"}' -H "Content-Type: application/json" -X POST https://hub.docker.com/v2/users/login | jq -r '.token') + curl -s \ + -H "Authorization: JWT ${DH_TOKEN}" \ + -H "Content-Type: application/json" \ + -X PATCH \ + -d "{\\"full_description\\":$(jq -Rsa . ${DH_README_SYNC_PATH})}" \ + https://hub.docker.com/v2/repositories/${DOCKERHUB_IMAGE} || : + else + echo "Not the default Github branch. Skipping readme sync to Docker Hub." + fi + rm -Rf ${TEMPDIR}''' + script{ + env.FILES_UPDATED = sh( + script: '''cat /tmp/${COMMIT_SHA}-${BUILD_NUMBER}''', + returnStdout: true).trim() + } + } + } + // Exit the build if the Templated files were just updated + stage('Template-exit') { + when { + branch "master" + environment name: 'CHANGE_ID', value: '' + environment name: 'FILES_UPDATED', value: 'true' + expression { + env.CONTAINER_NAME != null + } + } + steps { + script{ + env.EXIT_STATUS = 'ABORTED' + } + } + } + // If this is a master build check the S6 service file perms + stage("Check S6 Service file Permissions"){ + when { + branch "master" + environment name: 'CHANGE_ID', value: '' + environment name: 'EXIT_STATUS', value: '' + } + steps { + script{ + sh '''#! /bin/bash + WRONG_PERM=$(find ./ -path "./.git" -prune -o \\( -name "run" -o -name "finish" -o -name "check" \\) -not -perm -u=x,g=x,o=x -print) + if [[ -n "${WRONG_PERM}" ]]; then + echo "The following S6 service files are missing the executable bit; canceling the faulty build: ${WRONG_PERM}" + exit 1 + else + echo "S6 service file perms look good." + fi ''' + } + } + } + /* ####################### + GitLab Mirroring and Quay.io Repo Visibility + ####################### */ + // Ping into Gitlab to mirror this repo and have a registry endpoint & mark this repo on Quay.io as public + stage("GitLab Mirror and Quay.io Visibility"){ + when { + environment name: 'EXIT_STATUS', value: '' + } + steps{ + sh '''curl -H "Content-Type: application/json" -H "Private-Token: ${GITLAB_TOKEN}" -X POST https://gitlab.com/api/v4/projects \ + -d '{"namespace_id":'${GITLAB_NAMESPACE}',\ + "name":"'${LS_REPO}'", + "mirror":true,\ + "import_url":"https://github.com/linuxserver/'${LS_REPO}'.git",\ + "issues_access_level":"disabled",\ + "merge_requests_access_level":"disabled",\ + "repository_access_level":"enabled",\ + "visibility":"public"}' ''' + sh '''curl -H "Private-Token: ${GITLAB_TOKEN}" -X PUT "https://gitlab.com/api/v4/projects/Linuxserver.io%2F${LS_REPO}" \ + -d "mirror=true&import_url=https://github.com/linuxserver/${LS_REPO}.git" ''' + sh '''curl -H "Content-Type: application/json" -H "Authorization: Bearer ${QUAYIO_API_TOKEN}" -X POST "https://quay.io/api/v1/repository${QUAYIMAGE/quay.io/}/changevisibility" \ + -d '{"visibility":"public"}' ||: ''' + } + } + /* ############### + Build Container + ############### */ + // Build Docker container for push to LS Repo + stage('Build-Single') { + when { + expression { + env.MULTIARCH == 'false' || params.PACKAGE_CHECK == 'true' + } + environment name: 'EXIT_STATUS', value: '' + } + steps { + echo "Running on node: ${NODE_NAME}" + sh "sed -r -i 's|(^FROM .*)|\\1\\n\\nENV LSIO_FIRST_PARTY=true|g' Dockerfile" + sh "docker buildx build \ + --label \"org.opencontainers.image.created=${GITHUB_DATE}\" \ + --label \"org.opencontainers.image.authors=linuxserver.io\" \ + --label \"org.opencontainers.image.url=https://github.com/linuxserver/docker-webstation/packages\" \ + --label \"org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-webstation\" \ + --label \"org.opencontainers.image.source=https://github.com/linuxserver/docker-webstation\" \ + --label \"org.opencontainers.image.version=${EXT_RELEASE_CLEAN}-ls${LS_TAG_NUMBER}\" \ + --label \"org.opencontainers.image.revision=${COMMIT_SHA}\" \ + --label \"org.opencontainers.image.vendor=linuxserver.io\" \ + --label \"org.opencontainers.image.licenses=GPL-3.0-only\" \ + --label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \ + --label \"org.opencontainers.image.title=Webstation\" \ + --label \"org.opencontainers.image.description=[Webstation](https://github.com/linuxserver/docker-webstation) is a web native emulation focused LXQt desktop based on Ubuntu.\" \ + --no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \ + --provenance=true --sbom=true --builder=container --load \ + --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." + sh '''#! /bin/bash + set -e + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker tag ${IMAGE}:${META_TAG} ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} + done + ''' + withCredentials([ + [ + $class: 'UsernamePasswordMultiBinding', + credentialsId: 'Quay.io-Robot', + usernameVariable: 'QUAYUSER', + passwordVariable: 'QUAYPASS' + ] + ]) { + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin + echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin + echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin + echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin + + if [[ "${PACKAGE_CHECK}" != "true" ]]; then + declare -A pids + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker push ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} & + pids[$!]="$i" + done + for p in "${!pids[@]}"; do + wait "$p" || { [[ "${pids[$p]}" != *"quay.io"* ]] && exit 1; } + done + fi + ''' + } + } + } + } + // Build MultiArch Docker containers for push to LS Repo + stage('Build-Multi') { + when { + allOf { + environment name: 'MULTIARCH', value: 'true' + expression { params.PACKAGE_CHECK == 'false' } + } + environment name: 'EXIT_STATUS', value: '' + } + parallel { + stage('Build X86') { + steps { + echo "Running on node: ${NODE_NAME}" + sh "sed -r -i 's|(^FROM .*)|\\1\\n\\nENV LSIO_FIRST_PARTY=true|g' Dockerfile" + sh "docker buildx build \ + --label \"org.opencontainers.image.created=${GITHUB_DATE}\" \ + --label \"org.opencontainers.image.authors=linuxserver.io\" \ + --label \"org.opencontainers.image.url=https://github.com/linuxserver/docker-webstation/packages\" \ + --label \"org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-webstation\" \ + --label \"org.opencontainers.image.source=https://github.com/linuxserver/docker-webstation\" \ + --label \"org.opencontainers.image.version=${EXT_RELEASE_CLEAN}-ls${LS_TAG_NUMBER}\" \ + --label \"org.opencontainers.image.revision=${COMMIT_SHA}\" \ + --label \"org.opencontainers.image.vendor=linuxserver.io\" \ + --label \"org.opencontainers.image.licenses=GPL-3.0-only\" \ + --label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \ + --label \"org.opencontainers.image.title=Webstation\" \ + --label \"org.opencontainers.image.description=[Webstation](https://github.com/linuxserver/docker-webstation) is a web native emulation focused LXQt desktop based on Ubuntu.\" \ + --no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \ + --provenance=true --sbom=true --builder=container --load \ + --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." + sh '''#! /bin/bash + set -e + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker tag ${IMAGE}:amd64-${META_TAG} ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} + done + ''' + withCredentials([ + [ + $class: 'UsernamePasswordMultiBinding', + credentialsId: 'Quay.io-Robot', + usernameVariable: 'QUAYUSER', + passwordVariable: 'QUAYPASS' + ] + ]) { + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin + echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin + echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin + echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin + + if [[ "${PACKAGE_CHECK}" != "true" ]]; then + declare -A pids + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker push ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} & + pids[$!]="$i" + done + for p in "${!pids[@]}"; do + wait "$p" || { [[ "${pids[$p]}" != *"quay.io"* ]] && exit 1; } + done + fi + ''' + } + } + } + } + stage('Build ARM64') { + agent { + label 'ARM64' + } + steps { + echo "Running on node: ${NODE_NAME}" + sh "sed -r -i 's|(^FROM .*)|\\1\\n\\nENV LSIO_FIRST_PARTY=true|g' Dockerfile.aarch64" + sh "docker buildx build \ + --label \"org.opencontainers.image.created=${GITHUB_DATE}\" \ + --label \"org.opencontainers.image.authors=linuxserver.io\" \ + --label \"org.opencontainers.image.url=https://github.com/linuxserver/docker-webstation/packages\" \ + --label \"org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-webstation\" \ + --label \"org.opencontainers.image.source=https://github.com/linuxserver/docker-webstation\" \ + --label \"org.opencontainers.image.version=${EXT_RELEASE_CLEAN}-ls${LS_TAG_NUMBER}\" \ + --label \"org.opencontainers.image.revision=${COMMIT_SHA}\" \ + --label \"org.opencontainers.image.vendor=linuxserver.io\" \ + --label \"org.opencontainers.image.licenses=GPL-3.0-only\" \ + --label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \ + --label \"org.opencontainers.image.title=Webstation\" \ + --label \"org.opencontainers.image.description=[Webstation](https://github.com/linuxserver/docker-webstation) is a web native emulation focused LXQt desktop based on Ubuntu.\" \ + --no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \ + --provenance=true --sbom=true --builder=container --load \ + --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." + sh '''#! /bin/bash + set -e + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker tag ${IMAGE}:arm64v8-${META_TAG} ${i}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} + done + ''' + withCredentials([ + [ + $class: 'UsernamePasswordMultiBinding', + credentialsId: 'Quay.io-Robot', + usernameVariable: 'QUAYUSER', + passwordVariable: 'QUAYPASS' + ] + ]) { + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + echo $DOCKERHUB_TOKEN | docker login -u linuxserverci --password-stdin + echo $GITHUB_TOKEN | docker login ghcr.io -u LinuxServer-CI --password-stdin + echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin + echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin + if [[ "${PACKAGE_CHECK}" != "true" ]]; then + declare -A pids + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + docker push ${i}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} & + pids[$!]="$i" + done + for p in "${!pids[@]}"; do + wait "$p" || { [[ "${pids[$p]}" != *"quay.io"* ]] && exit 1; } + done + fi + ''' + } + } + sh '''#! /bin/bash + containers=$(docker ps -aq) + if [[ -n "${containers}" ]]; then + docker stop ${containers} + fi + docker system prune -f --volumes || : + docker image prune -af || : + ''' + } + } + } + } + // Take the image we just built and dump package versions for comparison + stage('Update-packages') { + when { + branch "master" + environment name: 'CHANGE_ID', value: '' + environment name: 'EXIT_STATUS', value: '' + } + steps { + sh '''#! /bin/bash + set -e + TEMPDIR=$(mktemp -d) + if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" != "true" ]; then + LOCAL_CONTAINER=${IMAGE}:amd64-${META_TAG} + else + LOCAL_CONTAINER=${IMAGE}:${META_TAG} + fi + touch ${TEMPDIR}/package_versions.txt + docker run --rm \ + -v /var/run/docker.sock:/var/run/docker.sock:ro \ + -v ${TEMPDIR}:/tmp \ + ghcr.io/anchore/syft:${SYFT_IMAGE_TAG} \ + ${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt + NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 ) + echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github" + if [ "${NEW_PACKAGE_TAG}" != "${PACKAGE_TAG}" ]; then + git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/${LS_REPO} + git --git-dir ${TEMPDIR}/${LS_REPO}/.git checkout -f master + cp ${TEMPDIR}/package_versions.txt ${TEMPDIR}/${LS_REPO}/ + cd ${TEMPDIR}/${LS_REPO}/ + wait + git add package_versions.txt + git commit -m 'Bot Updating Package Versions' + git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git master + echo "true" > /tmp/packages-${COMMIT_SHA}-${BUILD_NUMBER} + echo "Package tag updated, stopping build process" + else + echo "false" > /tmp/packages-${COMMIT_SHA}-${BUILD_NUMBER} + echo "Package tag is same as previous continue with build process" + fi + rm -Rf ${TEMPDIR}''' + script{ + env.PACKAGE_UPDATED = sh( + script: '''cat /tmp/packages-${COMMIT_SHA}-${BUILD_NUMBER}''', + returnStdout: true).trim() + } + } + } + // Exit the build if the package file was just updated + stage('PACKAGE-exit') { + when { + branch "master" + environment name: 'CHANGE_ID', value: '' + environment name: 'PACKAGE_UPDATED', value: 'true' + environment name: 'EXIT_STATUS', value: '' + } + steps { + script{ + env.EXIT_STATUS = 'ABORTED' + } + } + } + // Exit the build if this is just a package check and there are no changes to push + stage('PACKAGECHECK-exit') { + when { + branch "master" + environment name: 'CHANGE_ID', value: '' + environment name: 'PACKAGE_UPDATED', value: 'false' + environment name: 'EXIT_STATUS', value: '' + expression { + params.PACKAGE_CHECK == 'true' + } + } + steps { + script{ + env.EXIT_STATUS = 'ABORTED' + } + } + } + /* ####### + Testing + ####### */ + // Run Container tests + stage('Test') { + when { + environment name: 'CI', value: 'true' + environment name: 'EXIT_STATUS', value: '' + } + steps { + withCredentials([ + string(credentialsId: 'ci-tests-s3-key-id', variable: 'S3_KEY'), + string(credentialsId: 'ci-tests-s3-secret-access-key ', variable: 'S3_SECRET') + ]) { + script{ + env.CI_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/index.html' + env.CI_JSON_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/report.json' + } + sh '''#! /bin/bash + set -e + if grep -q 'docker-baseimage' <<< "${LS_REPO}"; then + echo "Detected baseimage, setting LSIO_FIRST_PARTY=true" + if [ -n "${CI_DOCKERENV}" ]; then + CI_DOCKERENV="LSIO_FIRST_PARTY=true|${CI_DOCKERENV}" + else + CI_DOCKERENV="LSIO_FIRST_PARTY=true" + fi + fi + docker pull ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} + if [ "${MULTIARCH}" == "true" ]; then + docker pull ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} --platform=arm64 + docker tag ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} ${IMAGE}:arm64v8-${META_TAG} + fi + docker run --rm \ + --shm-size=1gb \ + -v /var/run/docker.sock:/var/run/docker.sock \ + -e IMAGE=\"${IMAGE}\" \ + -e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \ + -e TAGS=\"${CI_TAGS}\" \ + -e META_TAG=\"${META_TAG}\" \ + -e RELEASE_TAG=\"master\" \ + -e PORT=\"${CI_PORT}\" \ + -e SSL=\"${CI_SSL}\" \ + -e BASE=\"${DIST_IMAGE}\" \ + -e SECRET_KEY=\"${S3_SECRET}\" \ + -e ACCESS_KEY=\"${S3_KEY}\" \ + -e DOCKER_ENV=\"${CI_DOCKERENV}\" \ + -e WEB_SCREENSHOT=\"${CI_WEB}\" \ + -e WEB_AUTH=\"${CI_AUTH}\" \ + -e WEB_PATH=\"${CI_WEBPATH}\" \ + -e NODE_NAME=\"${NODE_NAME}\" \ + -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \ + -e COMMIT_SHA=\"${COMMIT_SHA}\" \ + -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \ + -t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \ + python3 test_build.py''' + } + } + } + /* ################## + Release Logic + ################## */ + // If this is an amd64 only image only push a single image + stage('Docker-Push-Single') { + when { + environment name: 'MULTIARCH', value: 'false' + environment name: 'EXIT_STATUS', value: '' + } + steps { + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + for PUSHIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do + [[ ${PUSHIMAGE%%/*} =~ \\. ]] && PUSHIMAGEPLUS="${PUSHIMAGE}" || PUSHIMAGEPLUS="docker.io/${PUSHIMAGE}" + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + if [[ "${PUSHIMAGEPLUS}" == "$(cut -d "/" -f1 <<< ${i})"* ]]; then + CACHEIMAGE=${i} + fi + done + docker buildx imagetools create --prefer-index=false -t ${PUSHIMAGE}:${META_TAG} -t ${PUSHIMAGE}:master -t ${PUSHIMAGE}:${EXT_RELEASE_TAG} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ + { if [[ "${PUSHIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + if [ -n "${SEMVER}" ]; then + docker buildx imagetools create --prefer-index=false -t ${PUSHIMAGE}:${SEMVER} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ + { if [[ "${PUSHIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + fi + done + ''' + } + } + } + // If this is a multi arch release push all images and define the manifest + stage('Docker-Push-Multi') { + when { + environment name: 'MULTIARCH', value: 'true' + environment name: 'EXIT_STATUS', value: '' + } + steps { + retry_backoff(5,5) { + sh '''#! /bin/bash + set -e + for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do + [[ ${MANIFESTIMAGE%%/*} =~ \\. ]] && MANIFESTIMAGEPLUS="${MANIFESTIMAGE}" || MANIFESTIMAGEPLUS="docker.io/${MANIFESTIMAGE}" + IFS=',' read -ra CACHE <<< "$BUILDCACHE" + for i in "${CACHE[@]}"; do + if [[ "${MANIFESTIMAGEPLUS}" == "$(cut -d "/" -f1 <<< ${i})"* ]]; then + CACHEIMAGE=${i} + fi + done + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:amd64-${META_TAG} -t ${MANIFESTIMAGE}:amd64-master -t ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ + { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:arm64v8-${META_TAG} -t ${MANIFESTIMAGE}:arm64v8-master -t ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} ${CACHEIMAGE}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} || \ + { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + if [ -n "${SEMVER}" ]; then + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:amd64-${SEMVER} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ + { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:arm64v8-${SEMVER} ${CACHEIMAGE}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} || \ + { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + fi + done + for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do + docker buildx imagetools create -t ${MANIFESTIMAGE}:master ${MANIFESTIMAGE}:amd64-master ${MANIFESTIMAGE}:arm64v8-master || \ + { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + docker buildx imagetools create -t ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG} || \ + { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + docker buildx imagetools create -t ${MANIFESTIMAGE}:${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} || \ + { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + if [ -n "${SEMVER}" ]; then + docker buildx imagetools create -t ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:amd64-${SEMVER} ${MANIFESTIMAGE}:arm64v8-${SEMVER} || \ + { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } + fi + done + ''' + } + } + } + // If this is a public release tag it in the LS Github + stage('Github-Tag-Push-Release') { + when { + branch "master" + expression { + env.LS_RELEASE != env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + } + environment name: 'CHANGE_ID', value: '' + environment name: 'EXIT_STATUS', value: '' + } + steps { + sh '''#! /bin/bash + echo "Auto-generating release notes" + if [ "$(git tag --points-at HEAD)" != "" ]; then + echo "Existing tag points to current commit, suggesting no new LS changes" + AUTO_RELEASE_NOTES="No changes" + else + AUTO_RELEASE_NOTES=$(curl -fsL -H "Authorization: token ${GITHUB_TOKEN}" -H "Accept: application/vnd.github+json" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases/generate-notes \ + -d '{"tag_name":"'${META_TAG}'",\ + "target_commitish": "master"}' \ + | jq -r '.body' | sed 's|## What.s Changed||') + fi + echo "Pushing New tag for current commit ${META_TAG}" + curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/git/tags \ + -d '{"tag":"'${META_TAG}'",\ + "object": "'${COMMIT_SHA}'",\ + "message": "Tagging Release '${EXT_RELEASE_CLEAN}'-ls'${LS_TAG_NUMBER}' to master",\ + "type": "commit",\ + "tagger": {"name": "LinuxServer-CI","email": "ci@linuxserver.io","date": "'${GITHUB_DATE}'"}}' + echo "Pushing New release for Tag" + echo "Updating base packages to ${PACKAGE_TAG}" > releasebody.json + jq -n \ + --arg tag_name "$META_TAG" \ + --arg target_commitish "master" \ + --arg ci_url "${CI_URL:-N/A}" \ + --arg ls_notes "$AUTO_RELEASE_NOTES" \ + --arg remote_notes "$(cat releasebody.json)" \ + '{ + "tag_name": $tag_name, + "target_commitish": $target_commitish, + "name": $tag_name, + "body": ("**CI Report:**\\n\\n" + $ci_url + "\\n\\n**LinuxServer Changes:**\\n\\n" + $ls_notes + "\\n\\n**Remote Changes:**\\n\\n" + $remote_notes), + "draft": false, + "prerelease": false }' > releasebody.json.done + curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done + ''' + } + } + // Add protection to the release branch + stage('Github-Release-Branch-Protection') { + when { + branch "master" + environment name: 'CHANGE_ID', value: '' + environment name: 'EXIT_STATUS', value: '' + } + steps { + echo "Setting up protection for release branch master" + sh '''#! /bin/bash + curl -H "Authorization: token ${GITHUB_TOKEN}" -X PUT https://api.github.com/repos/${LS_USER}/${LS_REPO}/branches/master/protection \ + -d $(jq -c . << EOF + { + "required_status_checks": null, + "enforce_admins": false, + "required_pull_request_reviews": { + "dismiss_stale_reviews": false, + "require_code_owner_reviews": false, + "require_last_push_approval": false, + "required_approving_review_count": 1 + }, + "restrictions": null, + "required_linear_history": false, + "allow_force_pushes": false, + "allow_deletions": false, + "block_creations": false, + "required_conversation_resolution": true, + "lock_branch": false, + "allow_fork_syncing": false, + "required_signatures": false + } +EOF + ) ''' + } + } + // If this is a Pull request send the CI link as a comment on it + stage('Pull Request Comment') { + when { + not {environment name: 'CHANGE_ID', value: ''} + environment name: 'EXIT_STATUS', value: '' + } + steps { + sh '''#! /bin/bash + # Function to retrieve JSON data from URL + get_json() { + local url="$1" + local response=$(curl -s "$url") + if [ $? -ne 0 ]; then + echo "Failed to retrieve JSON data from $url" + return 1 + fi + local json=$(echo "$response" | jq .) + if [ $? -ne 0 ]; then + echo "Failed to parse JSON data from $url" + return 1 + fi + echo "$json" + } + + build_table() { + local data="$1" + + # Get the keys in the JSON data + local keys=$(echo "$data" | jq -r 'to_entries | map(.key) | .[]') + + # Check if keys are empty + if [ -z "$keys" ]; then + echo "JSON report data does not contain any keys or the report does not exist." + return 1 + fi + + # Build table header + local header="| Tag | Passed |\\n| --- | --- |\\n" + + # Loop through the JSON data to build the table rows + local rows="" + for build in $keys; do + local status=$(echo "$data" | jq -r ".[\\"$build\\"].test_success") + if [ "$status" = "true" ]; then + status="✅" + else + status="❌" + fi + local row="| "$build" | "$status" |\\n" + rows="${rows}${row}" + done + + local table="${header}${rows}" + local escaped_table=$(echo "$table" | sed 's/\"/\\\\"/g') + echo "$escaped_table" + } + + if [[ "${CI}" = "true" ]]; then + # Retrieve JSON data from URL + data=$(get_json "$CI_JSON_URL") + # Create table from JSON data + table=$(build_table "$data") + echo -e "$table" + + curl -X POST -H "Authorization: token $GITHUB_TOKEN" \ + -H "Accept: application/vnd.github.v3+json" \ + "https://api.github.com/repos/$LS_USER/$LS_REPO/issues/$PULL_REQUEST/comments" \ + -d "{\\"body\\": \\"I am a bot, here are the test results for this PR: \\n${CI_URL}\\n${SHELLCHECK_URL}\\n${table}\\"}" + else + curl -X POST -H "Authorization: token $GITHUB_TOKEN" \ + -H "Accept: application/vnd.github.v3+json" \ + "https://api.github.com/repos/$LS_USER/$LS_REPO/issues/$PULL_REQUEST/comments" \ + -d "{\\"body\\": \\"I am a bot, here is the pushed image/manifest for this PR: \\n\\n\\`${GITHUBIMAGE}:${META_TAG}\\`\\"}" + fi + ''' + + } + } + } + /* ###################### + Send status to Discord + ###################### */ + post { + always { + sh '''#!/bin/bash + rm -rf /config/.ssh/id_sign + rm -rf /config/.ssh/id_sign.pub + git config --global --unset gpg.format + git config --global --unset user.signingkey + git config --global --unset commit.gpgsign + ''' + script{ + env.JOB_DATE = sh( + script: '''date '+%Y-%m-%dT%H:%M:%S%:z' ''', + returnStdout: true).trim() + if (env.EXIT_STATUS == "ABORTED"){ + sh 'echo "build aborted"' + }else{ + if (currentBuild.currentResult == "SUCCESS"){ + if (env.GITHUBIMAGE =~ /lspipepr/){ + env.JOB_WEBHOOK_STATUS='Success' + env.JOB_WEBHOOK_COLOUR=3957028 + env.JOB_WEBHOOK_FOOTER='PR Build' + }else if (env.GITHUBIMAGE =~ /lsiodev/){ + env.JOB_WEBHOOK_STATUS='Success' + env.JOB_WEBHOOK_COLOUR=3957028 + env.JOB_WEBHOOK_FOOTER='Dev Build' + }else{ + env.JOB_WEBHOOK_STATUS='Success' + env.JOB_WEBHOOK_COLOUR=1681177 + env.JOB_WEBHOOK_FOOTER='Live Build' + } + }else{ + if (env.GITHUBIMAGE =~ /lspipepr/){ + env.JOB_WEBHOOK_STATUS='Failure' + env.JOB_WEBHOOK_COLOUR=12669523 + env.JOB_WEBHOOK_FOOTER='PR Build' + }else if (env.GITHUBIMAGE =~ /lsiodev/){ + env.JOB_WEBHOOK_STATUS='Failure' + env.JOB_WEBHOOK_COLOUR=12669523 + env.JOB_WEBHOOK_FOOTER='Dev Build' + }else{ + env.JOB_WEBHOOK_STATUS='Failure' + env.JOB_WEBHOOK_COLOUR=16711680 + env.JOB_WEBHOOK_FOOTER='Live Build' + } + } + sh ''' curl -X POST -H "Content-Type: application/json" --data '{"avatar_url": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jenkins-avatar.png","embeds": [{"'color'": '${JOB_WEBHOOK_COLOUR}',\ + "footer": {"text" : "'"${JOB_WEBHOOK_FOOTER}"'"},\ + "timestamp": "'${JOB_DATE}'",\ + "description": "**Build:** '${BUILD_NUMBER}'\\n**CI Results:** '${CI_URL}'\\n**ShellCheck Results:** '${SHELLCHECK_URL}'\\n**Status:** '${JOB_WEBHOOK_STATUS}'\\n**Job:** '${RUN_DISPLAY_URL}'\\n**Change:** '${CODE_URL}'\\n**External Release:**: '${RELEASE_LINK}'\\n**DockerHub:** '${DOCKERHUB_LINK}'\\n"}],\ + "username": "Jenkins"}' ${BUILDS_DISCORD} ''' + } + } + } + cleanup { + sh '''#! /bin/bash + echo "Pruning builder!!" + docker builder prune -f --builder container || : + containers=$(docker ps -q) + if [[ -n "${containers}" ]]; then + BUILDX_CONTAINER_ID=$(docker ps -qf 'name=buildx_buildkit') + for container in ${containers}; do + if [[ "${container}" == "${BUILDX_CONTAINER_ID}" ]]; then + echo "skipping buildx container in docker stop" + else + echo "Stopping container ${container}" + docker stop ${container} + fi + done + fi + docker system prune -f --volumes || : + docker image prune -af || : + ''' + cleanWs() + } + } +} + +def retry_backoff(int max_attempts, int power_base, Closure c) { + int n = 0 + while (n < max_attempts) { + try { + c() + return + } catch (err) { + if ((n + 1) >= max_attempts) { + throw err + } + sleep(power_base ** n) + n++ + } + } + return +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + <program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<https://www.gnu.org/licenses/>. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<https://www.gnu.org/licenses/why-not-lgpl.html>. diff --git a/README.md b/README.md index 4feabaa..ac5d4ef 100644 --- a/README.md +++ b/README.md @@ -1 +1,617 @@ -# Initial +<!-- DO NOT EDIT THIS FILE MANUALLY --> +<!-- Please read https://github.com/linuxserver/docker-webstation/blob/master/.github/CONTRIBUTING.md --> +[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)](https://linuxserver.io) + +[![Blog](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Blog)](https://blog.linuxserver.io "all the things you can do with our containers including How-To guides, opinions and much more!") +[![Discord](https://img.shields.io/discord/354974912613449730.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Discord&logo=discord)](https://linuxserver.io/discord "realtime support / chat with the community and the team.") +[![Discourse](https://img.shields.io/discourse/https/discourse.linuxserver.io/topics.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=discourse)](https://discourse.linuxserver.io "post on our community forum.") +[![GitHub](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub&logo=github)](https://github.com/linuxserver "view the source for all of our repositories.") +[![Open Collective](https://img.shields.io/opencollective/all/linuxserver.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Supporters&logo=open%20collective)](https://opencollective.com/linuxserver "please consider helping us by either donating or contributing to our budget") + +The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring: + +* regular and timely application updates +* easy user mappings (PGID, PUID) +* custom base image with s6 overlay +* weekly base OS updates with common layers across the entire LinuxServer.io ecosystem to minimise space usage, down time and bandwidth +* regular security updates + +Find us at: + +* [Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more! +* [Discord](https://linuxserver.io/discord) - realtime support / chat with the community and the team. +* [Discourse](https://discourse.linuxserver.io) - post on our community forum. +* [GitHub](https://github.com/linuxserver) - view the source for all of our repositories. +* [Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget + +# [linuxserver/webstation](https://github.com/linuxserver/docker-webstation) + +[![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Fwebstation?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh) +[![GitHub Stars](https://img.shields.io/github/stars/linuxserver/docker-webstation.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-webstation) +[![GitHub Release](https://img.shields.io/github/release/linuxserver/docker-webstation.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-webstation/releases) +[![GitHub Package Repository](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub%20Package&logo=github)](https://github.com/linuxserver/docker-webstation/packages) +[![GitLab Container Registry](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitLab%20Registry&logo=gitlab)](https://gitlab.com/linuxserver.io/docker-webstation/container_registry) +[![Quay.io](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Quay.io)](https://quay.io/repository/linuxserver.io/webstation) +[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/webstation.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/webstation) +[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/webstation.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/webstation) +[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-webstation%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-webstation/job/master/) +[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fwebstation%2Fmaster%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/webstation/master/index.html) + +[Webstation](https://github.com/linuxserver/docker-webstation) is a web native emulation focused LXQt desktop based on Ubuntu. + +[![webstation](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webstation-logo.png)](https://github.com/linuxserver/docker-webstation) + +## Supported Architectures + +We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://distribution.github.io/distribution/spec/manifest-v2-2/#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). + +Simply pulling `lscr.io/linuxserver/webstation:master` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. + +The architectures supported by this image are: + +| Architecture | Available | Tag | +| :----: | :----: | ---- | +| x86-64 | ✅ | amd64-\<version tag\> | +| arm64 | ❌ | | + +## Application Setup + +The application can be accessed at: + +* https://yourhost:3001/ + +**This image only runs in Wayland mode and should be run with a GPU** + +### Strict reverse proxies + +This image uses a self-signed certificate by default. This naturally means the scheme is `https`. +If you are using a reverse proxy which validates certificates, you need to [disable this check for the container](https://docs.linuxserver.io/faq#strict-proxy). + +**Modern GUI desktop apps may have compatibility issues with the latest Docker syscall restrictions. You can use Docker with the `--security-opt seccomp=unconfined` setting to allow these syscalls on hosts with older Kernels or libseccomp versions.** + +### Security + +>[!WARNING] +>This container provides privileged access to the host system. Do not expose it to the Internet unless you have secured it properly. + +**HTTPS is required for full functionality.** Modern browser features such as WebCodecs, used for video and audio, will not function over an insecure HTTP connection. + +By default, this container has no authentication. The optional `CUSTOM_USER` and `PASSWORD` environment variables enable basic HTTP auth, which is suitable only for securing the container on a trusted local network. For internet exposure, we strongly recommend placing the container behind a reverse proxy, such as [SWAG](https://github.com/linuxserver/docker-swag), with a robust authentication mechanism. + +The web interface includes a terminal with passwordless `sudo` access. Any user with access to the GUI can gain root control within the container, install arbitrary software, and probe your local network. + +While not generally recommended, certain legacy environments specifically those with older hardware or outdated Linux distributions may require the deactivation of the standard seccomp profile to get containerized desktop software to run. This can be achieved by utilizing the `--security-opt seccomp=unconfined` parameter. It is critical to use this option only when absolutely necessary as it disables a key security layer of Docker, elevating the potential for container escape vulnerabilities. + +### Hardware Acceleration & The Move to Wayland + +We are currently transitioning our desktop containers from X11 to Wayland. While X11 is still the default, we strongly encourage users to test the new Wayland mode. + +**Important:** GPU acceleration support for X11 is being deprecated. Future development for hardware acceleration will focus entirely on the Wayland stack. + +To enable Wayland mode, set the following environment variable: + +* `-e PIXELFLUX_WAYLAND=true` + +**Why use Wayland?** + +* **Zero Copy Encoding:** When configured correctly with a GPU, the frame is rendered and encoded on the video card without ever being copied to the system RAM. This drastically lowers CPU usage and latency. +* **Modern Stack:** Single-application containers utilize **Labwc** (replacing Openbox) and full desktop containers use **KDE Plasma Wayland**, providing a more modern and secure compositing environment while retaining the same user experience. + +#### GPU Configuration + +To use hardware acceleration in Wayland mode, we distinguish between the card used for **Rendering** (3D apps/Desktops) and **Encoding** (Video Stream). + +**Configuration Variables:** + +* `DRINODE`: The path to the GPU used for **Rendering** (EGL). +* `DRI_NODE`: The path to the GPU used for **Encoding** (VAAPI/NVENC). + +If both variables point to the same device, the container will automatically enable **Zero Copy** encoding, significantly reducing CPU usage and latency. + +##### Intel & AMD (Open Source Drivers) + +For Intel and AMD GPUs. + +```yaml + devices: + - /dev/dri:/dev/dri + environment: + - PIXELFLUX_WAYLAND=true + # Optional: Specify device if multiple exist (IE: /dev/dri/renderD129) + - DRINODE=/dev/dri/renderD128 + - DRI_NODE=/dev/dri/renderD128 +``` + +##### Nvidia (Proprietary Drivers) + +**Note: Nvidia support is not available for Alpine-based images.** + +**Prerequisites:** + +1. **Driver:** Proprietary drivers **580 or higher** are required. +2. **Kernel Parameter:** Set `nvidia-drm.modeset=1` in your host bootloader (GRUB/systemd-boot). +3. **Initialization:** On headless systems, run `nvidia-modprobe --modeset` on the host (once per boot) to initialize the card. +4. **Docker Runtime:** Configure the host docker daemon to use the Nvidia runtime: + + ```bash + sudo nvidia-ctk runtime configure --runtime=docker + sudo systemctl restart docker + ``` + +**Compose Configuration:** + +```yaml +--- +services: + webstation: + image: lscr.io/linuxserver/webstation:master + environment: + - PIXELFLUX_WAYLAND=true + # Ensure these point to the rendered node injected by the runtime (usually renderD128) + - DRINODE=/dev/dri/renderD128 + - DRI_NODE=/dev/dri/renderD128 + deploy: + resources: + reservations: + devices: + - driver: nvidia + count: 1 + capabilities: [compute,video,graphics,utility] +``` + +### SealSkin Compatibility + +This container is compatible with [SealSkin](https://sealskin.app). + +SealSkin is a self-hosted, client-server platform that provides secure authentication and collaboration features while using a browser extension to intercept user actions such as clicking a link or downloading a file and redirect them to a secure, isolated application environment running on a remote server. + +* **SealSkin Server:** [Get it Here](https://github.com/linuxserver/docker-sealskin) +* **Browser Extension:** [Chrome](https://chromewebstore.google.com/detail/sealskin-isolation/lclgfmnljgacfdpmmmjmfpdelndbbfhk) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/sealskin-isolation/). +* **Mobile App:** [iOS](https://apps.apple.com/us/app/sealskin/id6758210210) and [Android](https://play.google.com/store/apps/details?id=io.linuxserver.sealskin) + +### Options in all Selkies-based GUI containers + +This container is based on [Docker Baseimage Selkies](https://github.com/linuxserver/docker-baseimage-selkies). + +<details> +<summary>Click to expand: Optional Environment Variables</summary> + +| Variable | Description | +| :----: | --- | +| PIXELFLUX_WAYLAND | **Experimental** If set to true the container will initialize in Wayland mode running [Smithay](https://github.com/Smithay/smithay) and Labwc while enabling zero copy encoding with a GPU | +| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default `3000` | +| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default `3001` | +| CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 | +| CUSTOM_USER | HTTP Basic auth username, abc is default. | +| DRI_NODE | **Encoding GPU**: Enable VAAPI/NVENC stream encoding and use the specified device IE `/dev/dri/renderD128` | +| DRINODE | **Rendering GPU**: Specify which GPU to use for EGL/3D acceleration IE `/dev/dri/renderD129` | +| PASSWORD | HTTP Basic auth password, abc is default. If unset there will be no auth | +| SUBFOLDER | Subfolder for the application if running a subfolder reverse proxy, need both slashes IE `/subfolder/` | +| TITLE | The page title displayed on the web browser, default "Selkies" | +| DASHBOARD | Allows the user to set their dashboard. Options: `selkies-dashboard`, `selkies-dashboard-zinc`, `selkies-dashboard-wish` | +| FILE_MANAGER_PATH | Modifies the default upload/download file path, path must have proper permissions for abc user | +| START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup | +| DISABLE_IPV6 | If set to true or any value this will disable IPv6 | +| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` | +| NO_DECOR | If set the application will run without window borders for use as a PWA. (Decor can be enabled and disabled with Ctrl+Shift+d) | +| NO_FULL | Do not autmatically fullscreen applications when using openbox. | +| NO_GAMEPAD | Disable userspace gamepad interposer injection. | +| DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) | +| DISABLE_DRI3 | Do not use DRI3 acceleration if a video card is detected (userspace applications will use CPU rendering) | +| MAX_RES | Pass a larger maximum resolution for the container default is 16k `15360x8640` | +| WATERMARK_PNG | Full path inside the container to a watermark png IE `/usr/share/selkies/www/icon.png` | +| WATERMARK_LOCATION | Where to paint the image over the stream integer options below | + +**`WATERMARK_LOCATION` Options:** + +* **1**: Top Left +* **2**: Top Right +* **3**: Bottom Left +* **4**: Bottom Right +* **5**: Centered +* **6**: Animated + +</details> + +<details> +<summary>Click to expand: Optional Run Configurations (DinD & GPU Mounts)</summary> + +| Argument | Description | +| :----: | --- | +| `--privileged` | Starts a Docker-in-Docker (DinD) environment. For better performance, mount the Docker data directory from the host, e.g., `-v /path/to/docker-data:/var/lib/docker`. | +| `-v /var/run/docker.sock:/var/run/docker.sock` | Mounts the host's Docker socket to manage host containers from within this container. | +| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated applications. | + +</details> + +<details> +<summary>Click to expand: Legacy X11 Resolution & Acceleration</summary> + +**Note:** This section applies only if you are **NOT** using `PIXELFLUX_WAYLAND=true`. + +When using 3d acceleration via Nvidia DRM or DRI3 in X11 mode, it is important to clamp the virtual display to a reasonable max resolution to avoid memory exhaustion or poor performance. + +* `-e MAX_RESOLUTION=3840x2160` + +This will set the total virtual framebuffer to 4K. By default, the virtual monitor is 16K. If you have performance issues in an accelerated X11 session, try clamping the resolution to 1080p and work up from there: + +```bash +-e SELKIES_MANUAL_WIDTH=1920 +-e SELKIES_MANUAL_HEIGHT=1080 +-e MAX_RESOLUTION=1920x1080 +``` + +</details> + +### Language Support - Internationalization + +To launch the desktop session in a different language, set the `LC_ALL` environment variable. For example: + +* `-e LC_ALL=zh_CN.UTF-8` - Chinese +* `-e LC_ALL=ja_JP.UTF-8` - Japanese +* `-e LC_ALL=ko_KR.UTF-8` - Korean +* `-e LC_ALL=ar_AE.UTF-8` - Arabic +* `-e LC_ALL=ru_RU.UTF-8` - Russian +* `-e LC_ALL=es_MX.UTF-8` - Spanish (Latin America) +* `-e LC_ALL=de_DE.UTF-8` - German +* `-e LC_ALL=fr_FR.UTF-8` - French +* `-e LC_ALL=nl_NL.UTF-8` - Netherlands +* `-e LC_ALL=it_IT.UTF-8` - Italian + +### Application Management + +There are two methods for installing applications inside the container: PRoot Apps (recommended for persistence) and Native Apps. + +#### PRoot Apps (Persistent) + +Natively installed packages (e.g., via `apt-get install`) will not persist if the container is recreated. To retain applications and their settings across container updates, we recommend using [proot-apps](https://github.com/linuxserver/proot-apps). These are portable applications installed to the user's persistent `$HOME` directory. + +To install an application, use the command line inside the container: + +```bash +proot-apps install filezilla +``` + +A list of supported applications is available [here](https://github.com/linuxserver/proot-apps?tab=readme-ov-file#supported-apps). + +#### Native Apps (Non-Persistent) + +You can install packages from the system's native repository using the [universal-package-install](https://github.com/linuxserver/docker-mods/tree/universal-package-install) mod. This method will increase the container's start time and is not persistent. Add the following to your `compose.yaml`: + +```yaml + environment: + - DOCKER_MODS=linuxserver/mods:universal-package-install + - INSTALL_PACKAGES=libfuse2|git|gdb +``` + +### Advanced Configuration + +<details> +<summary>Click to expand: Hardening Options</summary> + +These variables can be used to lock down the desktop environment for single-application use cases or to restrict user capabilities. + +| Variable | Description | +| :----: | --- | +| **`HARDEN_DESKTOP`** | Enables `DISABLE_OPEN_TOOLS`, `DISABLE_SUDO`, and `DISABLE_TERMINALS`. Also sets related Selkies UI settings (`SELKIES_FILE_TRANSFERS`, `SELKIES_COMMAND_ENABLED`, `SELKIES_UI_SIDEBAR_SHOW_FILES`, `SELKIES_UI_SIDEBAR_SHOW_APPS`) if they are not explicitly set by the user. | +| **`HARDEN_OPENBOX`** | Enables `DISABLE_CLOSE_BUTTON`, `DISABLE_MOUSE_BUTTONS`, and `HARDEN_KEYBINDS`. It also flags `RESTART_APP` if not set by the user, ensuring the primary application is automatically restarted if closed. | + +**Individual Hardening Variables:** + +| Variable | Description | +| :--- | --- | +| **`DISABLE_OPEN_TOOLS`** | If true, disables `xdg-open` and `exo-open` binaries by removing their execute permissions. | +| **`DISABLE_SUDO`** | If true, disables the `sudo` command by removing its execute permissions and invalidating the passwordless sudo configuration. | +| **`DISABLE_TERMINALS`** | If true, disables common terminal emulators by removing their execute permissions and hiding them from the Openbox right-click menu. | +| **`DISABLE_CLOSE_BUTTON`** | If true, removes the close button from window title bars in the Openbox window manager. | +| **`DISABLE_MOUSE_BUTTONS`** | If true, disables the right-click and middle-click context menus and actions within the Openbox window manager. | +| **`HARDEN_KEYBINDS`** | If true, disables default Openbox keybinds that can bypass other hardening options (e.g., `Alt+F4` to close windows, `Alt+Escape` to show the root menu). | +| **`RESTART_APP`** | If true, enables a watchdog service that automatically restarts the main application if it is closed. The user's autostart script is made read-only and root owned to prevent tampering. | + +</details> + +<details> +<summary>Click to expand: Selkies Application Settings</summary> + +Using environment variables every facet of the application can be configured. + +**Booleans and Locking:** +Boolean settings accept `true` or `false`. You can also prevent the user from changing a boolean setting in the UI by appending `|locked`. + +* Example: `-e SELKIES_USE_CPU="true|locked"` + +**Enums and Lists:** +These settings accept a comma-separated list of values. The first item becomes default. If only one item is provided, the UI dropdown is hidden. + +* Example: `-e SELKIES_ENCODER="jpeg"` + +**Ranges:** +Use a hyphen-separated `min-max` format for a slider, or a single number to lock the value. + +* Example: `-e SELKIES_FRAMERATE="60"` + +**Manual Resolution Mode:** +If `SELKIES_MANUAL_WIDTH` or `SELKIES_MANUAL_HEIGHT` are set, the resolution is locked to those values. + +| Environment Variable | Default Value | Description | +| --- | --- | --- | +| `SELKIES_UI_TITLE` | `'Selkies'` | Title in top left corner of sidebar. | +| `SELKIES_UI_SHOW_LOGO` | `True` | Show the Selkies logo in the sidebar. | +| `SELKIES_UI_SHOW_SIDEBAR` | `True` | Show the main sidebar UI. | +| `SELKIES_UI_SHOW_CORE_BUTTONS` | `True` | Show the core components buttons display, audio, microphone, and gamepad. | +| `SELKIES_UI_SIDEBAR_SHOW_VIDEO_SETTINGS` | `True` | Show the video settings section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_SCREEN_SETTINGS` | `True` | Show the screen settings section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_AUDIO_SETTINGS` | `True` | Show the audio settings section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_STATS` | `True` | Show the stats section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_CLIPBOARD` | `True` | Show the clipboard section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_FILES` | `True` | Show the file transfer section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_APPS` | `True` | Show the applications section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_SHARING` | `True` | Show the sharing section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_GAMEPADS` | `True` | Show the gamepads section in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_FULLSCREEN` | `True` | Show the fullscreen button in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_GAMING_MODE` | `True` | Show the gaming mode button in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_TRACKPAD` | `True` | Show the virtual trackpad button in the sidebar. | +| `SELKIES_UI_SIDEBAR_SHOW_KEYBOARD_BUTTON` | `True` | Show the on-screen keyboard button in the display area. | +| `SELKIES_UI_SIDEBAR_SHOW_SOFT_BUTTONS` | `True` | Show the soft buttons section in the sidebar. | +| `SELKIES_AUDIO_ENABLED` | `True` | Enable server-to-client audio streaming. | +| `SELKIES_MICROPHONE_ENABLED` | `True` | Enable client-to-server microphone forwarding. | +| `SELKIES_GAMEPAD_ENABLED` | `True` | Enable gamepad support. | +| `SELKIES_CLIPBOARD_ENABLED` | `True` | Enable clipboard synchronization. | +| `SELKIES_COMMAND_ENABLED` | `True` | Enable parsing of command websocket messages. | +| `SELKIES_FILE_TRANSFERS` | `'upload,download'` | Allowed file transfer directions (comma-separated: "upload,download"). Set to "" or "none" to disable. | +| `SELKIES_ENCODER` | `'x264enc,x264enc-striped,jpeg'` | The default video encoders. | +| `SELKIES_FRAMERATE` | `'8-120'` | Allowed framerate range or a fixed value. | +| `SELKIES_H264_CRF` | `'5-50'` | Allowed H.264 CRF range or a fixed value. | +| `SELKIES_JPEG_QUALITY` | `'1-100'` | Allowed JPEG quality range or a fixed value. | +| `SELKIES_H264_FULLCOLOR` | `False` | Enable H.264 full color range for pixelflux encoders. | +| `SELKIES_H264_STREAMING_MODE` | `False` | Enable H.264 streaming mode for pixelflux encoders. | +| `SELKIES_USE_CPU` | `False` | Force CPU-based encoding for pixelflux. | +| `SELKIES_USE_PAINT_OVER_QUALITY` | `True` | Enable high-quality paint-over for static scenes. | +| `SELKIES_PAINT_OVER_JPEG_QUALITY` | `'1-100'` | Allowed JPEG paint-over quality range or a fixed value. | +| `SELKIES_H264_PAINTOVER_CRF` | `'5-50'` | Allowed H.264 paint-over CRF range or a fixed value. | +| `SELKIES_H264_PAINTOVER_BURST_FRAMES` | `'1-30'` | Allowed H.264 paint-over burst frames range or a fixed value. | +| `SELKIES_SECOND_SCREEN` | `True` | Enable support for a second monitor/display. | +| `SELKIES_AUDIO_BITRATE` | `'320000'` | The default audio bitrate. | +| `SELKIES_IS_MANUAL_RESOLUTION_MODE` | `False` | Lock the resolution to the manual width/height values. | +| `SELKIES_MANUAL_WIDTH` | `0` | Lock width to a fixed value. Setting this forces manual resolution mode. | +| `SELKIES_MANUAL_HEIGHT` | `0` | Lock height to a fixed value. Setting this forces manual resolution mode. | +| `SELKIES_SCALING_DPI` | `'96'` | The default DPI for UI scaling. | +| `SELKIES_ENABLE_BINARY_CLIPBOARD` | `False` | Allow binary data on the clipboard. | +| `SELKIES_USE_BROWSER_CURSORS` | `False` | Use browser CSS cursors instead of rendering to canvas. | +| `SELKIES_USE_CSS_SCALING` | `False` | HiDPI when false, if true a lower resolution is sent from the client and the canvas is stretched. | +| `SELKIES_PORT` (or `CUSTOM_WS_PORT`) | `8082` | Port for the data websocket server. | +| `SELKIES_DRI_NODE` (or `DRI_NODE`) | `''` | Path to the DRI render node for VA-API. | +| `SELKIES_AUDIO_DEVICE_NAME` | `'output.monitor'` | Audio device name for pcmflux capture. | +| `SELKIES_WATERMARK_PATH` (or `WATERMARK_PNG`) | `''` | Absolute path to the watermark PNG file. | +| `SELKIES_WATERMARK_LOCATION` (or `WATERMARK_LOCATION`) | `-1` | Watermark location enum (0-6). | +| `SELKIES_DEBUG` | `False` | Enable debug logging. | +| `SELKIES_ENABLE_SHARING` | `True` | Master toggle for all sharing features. | +| `SELKIES_ENABLE_COLLAB` | `True` | Enable collaborative (read-write) sharing link. | +| `SELKIES_ENABLE_SHARED` | `True` | Enable view-only sharing links. | +| `SELKIES_ENABLE_PLAYER2` | `True` | Enable sharing link for gamepad player 2. | +| `SELKIES_ENABLE_PLAYER3` | `True` | Enable sharing link for gamepad player 3. | +| `SELKIES_ENABLE_PLAYER4` | `True` | Enable sharing link for gamepad player 4. | + +</details> + +## Usage + +To help you get started creating a container from this image you can either use docker-compose or the docker cli. + +>[!NOTE] +>Unless a parameter is flagged as 'optional', it is *mandatory* and a value must be provided. + +### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) + +```yaml +--- +services: + webstation: + image: lscr.io/linuxserver/webstation:master + container_name: webstation + environment: + - PUID=1000 + - PGID=1000 + - TZ=Etc/UTC + volumes: + - /path/to/config:/config + ports: + - 3000:3000 + - 3001:3001 + shm_size: "1gb" + restart: unless-stopped +``` + +### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/)) + +```bash +docker run -d \ + --name=webstation \ + -e PUID=1000 \ + -e PGID=1000 \ + -e TZ=Etc/UTC \ + -p 3000:3000 \ + -p 3001:3001 \ + -v /path/to/config:/config \ + --shm-size="1gb" \ + --restart unless-stopped \ + lscr.io/linuxserver/webstation:master +``` + +## Parameters + +Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate `<external>:<internal>` respectively. For example, `-p 8080:80` would expose port `80` from inside the container to be accessible from the host's IP on port `8080` outside the container. + +| Parameter | Function | +| :----: | --- | +| `-p 3000:3000` | Webstation desktop gui HTTP must be proxied. | +| `-p 3001:3001` | Webstation desktop gui HTTPS. | +| `-e PUID=1000` | for UserID - see below for explanation | +| `-e PGID=1000` | for GroupID - see below for explanation | +| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | +| `-v /config` | Users home directory in the container, stores all files and games. | +| `--shm-size=` | Recommended for all desktop images. | + +## Environment variables from files (Docker secrets) + +You can set any environment variable from a file by using a special prepend `FILE__`. + +As an example: + +```bash +-e FILE__MYVAR=/run/secrets/mysecretvariable +``` + +Will set the environment variable `MYVAR` based on the contents of the `/run/secrets/mysecretvariable` file. + +## Umask for running applications + +For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional `-e UMASK=022` setting. +Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up [here](https://en.wikipedia.org/wiki/Umask) before asking for support. + +## User / Group Identifiers + +When using volumes (`-v` flags), permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`. + +Ensure any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic. + +In this instance `PUID=1000` and `PGID=1000`, to find yours use `id your_user` as below: + +```bash +id your_user +``` + +Example output: + +```text +uid=1000(your_user) gid=1000(your_user) groups=1000(your_user) +``` + +## Docker Mods + +[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=webstation&query=%24.mods%5B%27webstation%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=webstation "view available mods for this container.") [![Docker Universal Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=universal&query=%24.mods%5B%27universal%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=universal "view available universal mods.") + +We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above. + +## Support Info + +* Shell access whilst the container is running: + + ```bash + docker exec -it webstation /bin/bash + ``` + +* To monitor the logs of the container in realtime: + + ```bash + docker logs -f webstation + ``` + +* Container version number: + + ```bash + docker inspect -f '{{ index .Config.Labels "build_version" }}' webstation + ``` + +* Image version number: + + ```bash + docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/webstation:master + ``` + +## Updating Info + +Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (noted in the relevant readme.md), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image. + +Below are the instructions for updating containers: + +### Via Docker Compose + +* Update images: + * All images: + + ```bash + docker-compose pull + ``` + + * Single image: + + ```bash + docker-compose pull webstation + ``` + +* Update containers: + * All containers: + + ```bash + docker-compose up -d + ``` + + * Single container: + + ```bash + docker-compose up -d webstation + ``` + +* You can also remove the old dangling images: + + ```bash + docker image prune + ``` + +### Via Docker Run + +* Update the image: + + ```bash + docker pull lscr.io/linuxserver/webstation:master + ``` + +* Stop the running container: + + ```bash + docker stop webstation + ``` + +* Delete the container: + + ```bash + docker rm webstation + ``` + +* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved) +* You can also remove the old dangling images: + + ```bash + docker image prune + ``` + +### Image Update Notifications - Diun (Docker Image Update Notifier) + +>[!TIP] +>We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported. + +## Building locally + +If you want to make local modifications to these images for development purposes or just to customize the logic: + +```bash +git clone https://github.com/linuxserver/docker-webstation.git +cd docker-webstation +docker build \ + --no-cache \ + --pull \ + -t lscr.io/linuxserver/webstation:master . +``` + +The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static` + +```bash +docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset +``` + +Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`. + +## Versions + +* **25.02.26:** - Initial Version. diff --git a/jenkins-vars.yml b/jenkins-vars.yml new file mode 100644 index 0000000..7f8bdc5 --- /dev/null +++ b/jenkins-vars.yml @@ -0,0 +1,27 @@ +--- + +# jenkins variables +project_name: docker-webstation +external_type: os +release_type: stable +release_tag: master +ls_branch: master +build_armhf: false +repo_vars: + - BUILD_VERSION_ARG = 'OS_VERSION' + - LS_USER = 'linuxserver' + - LS_REPO = 'docker-webstation' + - CONTAINER_NAME = 'webstation' + - DOCKERHUB_IMAGE = 'linuxserver/webstation' + - DEV_DOCKERHUB_IMAGE = 'lsiodev/webstation' + - PR_DOCKERHUB_IMAGE = 'lspipepr/webstation' + - DIST_IMAGE = 'ubuntu' + - MULTIARCH='true' + - CI='true' + - CI_WEB='true' + - CI_PORT='3001' + - CI_SSL='true' + - CI_DELAY='120' + - CI_DOCKERENV='TZ=US/Pacific' + - CI_AUTH='user:password' + - CI_WEBPATH='' diff --git a/ppsspp.ini b/ppsspp.ini new file mode 100644 index 0000000..240cb2b --- /dev/null +++ b/ppsspp.ini @@ -0,0 +1,2 @@ +[Graphics] +FullScreen = True diff --git a/readme-vars.yml b/readme-vars.yml new file mode 100644 index 0000000..b543d06 --- /dev/null +++ b/readme-vars.yml @@ -0,0 +1,41 @@ +--- + +# project information +project_name: webstation +project_url: "https://github.com/linuxserver/docker-webstation" +project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webstation-logo.png" +project_blurb: "[Webstation]({{ project_url }}) is a web native emulation focused LXQt desktop based on Ubuntu." +project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" +project_blurb_optional_extras_enabled: false +project_categories: "Games" +# supported architectures +available_architectures: + - {arch: "{{ arch_x86_64 }}", tag: "latest"} +# development version +development_versions: false +# container parameters +common_param_env_vars_enabled: true +param_container_name: "{{ project_name }}" +param_usage_include_vols: true +param_volumes: + - {vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores all files and games."} +param_usage_include_ports: true +param_ports: + - {external_port: "3000", internal_port: "3000", port_desc: "Webstation desktop gui HTTP must be proxied."} + - {external_port: "3001", internal_port: "3001", port_desc: "Webstation desktop gui HTTPS."} +custom_params: + - {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "Recommended for all desktop images."} +# Selkies blurb settings +selkies_blurb: true +show_nvidia: true +# application setup block +app_setup_block_enabled: true +app_setup_block: | + The application can be accessed at: + + * https://yourhost:3001/ + + **This image only runs in Wayland mode and should be run with a GPU** +# changelog +changelogs: + - {date: "25.02.26:", desc: "Initial Version."} diff --git a/root/defaults/Default.yml b/root/defaults/Default.yml new file mode 100644 index 0000000..c995fc8 --- /dev/null +++ b/root/defaults/Default.yml @@ -0,0 +1,92 @@ +Player 1 Input: + Handler: Evdev + Device: 4. Microsoft X-Box 360 pad + Config: + Left Stick Left: LX- + Left Stick Down: LY+ + Left Stick Right: LX+ + Left Stick Up: LY- + Right Stick Left: RX- + Right Stick Down: RY+ + Right Stick Right: RX+ + Right Stick Up: RY- + Start: Start + Select: Select + PS Button: Mode + Square: X + Cross: A + Circle: B + Triangle: Y + Left: Hat0 X- + Down: Hat0 Y+ + Right: Hat0 X+ + Up: Hat0 Y- + R1: TR + R2: RZ+ + R3: Thumb R + L1: TL + L2: LZ+ + L3: Thumb L + IR Nose: "" + IR Tail: "" + IR Left: "" + IR Right: "" + Tilt Left: "" + Tilt Right: "" + Motion Sensor X: + Axis: X + Mirrored: false + Shift: 0 + Motion Sensor Y: + Axis: Y + Mirrored: false + Shift: 0 + Motion Sensor Z: + Axis: Z + Mirrored: false + Shift: 0 + Motion Sensor G: + Axis: RY + Mirrored: false + Shift: 0 + Orientation Reset Button: "" + Orientation Enabled: false + Pressure Intensity Button: "" + Pressure Intensity Percent: 50 + Pressure Intensity Toggle Mode: false + Pressure Intensity Deadzone: 0 + Analog Limiter Button: "" + Analog Limiter Toggle Mode: false + Left Stick Multiplier: 100 + Right Stick Multiplier: 100 + Left Stick Deadzone: 30 + Right Stick Deadzone: 30 + Left Stick Anti-Deadzone: 33 + Right Stick Anti-Deadzone: 33 + Left Trigger Threshold: 0 + Right Trigger Threshold: 0 + Left Pad Squircling Factor: 8000 + Right Pad Squircling Factor: 8000 + Color Value R: 0 + Color Value G: 0 + Color Value B: 0 + Blink LED when battery is below 20%: true + Use LED as a battery indicator: false + LED battery indicator brightness: 50 + Player LED enabled: true + Large Vibration Motor Multiplier: 100 + Small Vibration Motor Multiplier: 100 + Switch Vibration Motors: false + Mouse Movement Mode: Relative + Mouse Deadzone X Axis: 60 + Mouse Deadzone Y Axis: 60 + Mouse Acceleration X Axis: 200 + Mouse Acceleration Y Axis: 250 + Left Stick Lerp Factor: 100 + Right Stick Lerp Factor: 100 + Analog Button Lerp Factor: 100 + Trigger Lerp Factor: 100 + Device Class Type: 0 + Vendor ID: 1356 + Product ID: 616 + Buddy Device: "" diff --git a/root/defaults/GCPadNew.ini b/root/defaults/GCPadNew.ini new file mode 100644 index 0000000..d0b6508 --- /dev/null +++ b/root/defaults/GCPadNew.ini @@ -0,0 +1,97 @@ +[GCPad1] +Device = SDL/0/Microsoft X-Box 360 pad +Buttons/A = `Button E` +Buttons/B = `Button S` +Buttons/X = `Button N` +Buttons/Y = `Button W` +Buttons/Z = `Shoulder L` +Buttons/Start = Start +Main Stick/Up = `Left Y+` +Main Stick/Down = `Left Y-` +Main Stick/Left = `Left X-` +Main Stick/Right = `Left X+` +Main Stick/Modifier = `Shift` +Main Stick/Calibration = 100.00 141.42 100.00 141.42 100.00 141.42 100.00 141.42 +C-Stick/Up = `Right Y+` +C-Stick/Down = `Right Y-` +C-Stick/Left = `Right X-` +C-Stick/Right = `Right X+` +C-Stick/Modifier = `Ctrl` +C-Stick/Calibration = 100.00 141.42 100.00 141.42 100.00 141.42 100.00 141.42 +Triggers/L = `Trigger L` +Triggers/R = `Trigger R` +D-Pad/Up = `Pad N` +D-Pad/Down = `Pad S` +D-Pad/Left = `Pad W` +D-Pad/Right = `Pad E` +Triggers/L-Analog = `Thumb L` +Triggers/R-Analog = `Thumb R` +[GCPad2] +Device = SDL/1/Microsoft X-Box 360 pad +Buttons/A = `Button E` +Buttons/B = `Button S` +Buttons/X = `Button N` +Buttons/Y = `Button W` +Buttons/Z = `Shoulder L` +D-Pad/Up = `Pad N` +D-Pad/Down = `Pad S` +D-Pad/Left = `Pad W` +D-Pad/Right = `Pad E` +Main Stick/Up = `Left Y+` +Main Stick/Down = `Left Y-` +Main Stick/Left = `Left X-` +Main Stick/Right = `Left X+` +C-Stick/Up = `Right Y+` +C-Stick/Down = `Right Y-` +C-Stick/Left = `Right X-` +C-Stick/Right = `Right X+` +Triggers/L = `Trigger L` +Triggers/R = `Trigger R` +Triggers/L-Analog = `Thumb L` +Triggers/R-Analog = `Thumb R` +[GCPad3] +Device = SDL/2/Microsoft X-Box 360 pad +Buttons/A = `Button E` +Buttons/B = `Button S` +Buttons/X = `Button N` +Buttons/Y = `Button W` +Buttons/Z = `Shoulder L` +D-Pad/Up = `Pad N` +D-Pad/Down = `Pad S` +D-Pad/Left = `Pad W` +D-Pad/Right = `Pad E` +Main Stick/Up = `Left Y+` +Main Stick/Down = `Left Y-` +Main Stick/Left = `Left X-` +Main Stick/Right = `Left X+` +C-Stick/Up = `Right Y+` +C-Stick/Down = `Right Y-` +C-Stick/Left = `Right X-` +C-Stick/Right = `Right X+` +Triggers/L = `Trigger L` +Triggers/R = `Trigger R` +Triggers/L-Analog = `Thumb L` +Triggers/R-Analog = `Thumb R` +[GCPad4] +Device = SDL/3/Microsoft X-Box 360 pad +Buttons/A = `Button E` +Buttons/B = `Button S` +Buttons/X = `Button N` +Buttons/Y = `Button W` +Buttons/Z = `Shoulder L` +D-Pad/Up = `Pad N` +D-Pad/Down = `Pad S` +D-Pad/Left = `Pad W` +D-Pad/Right = `Pad E` +Main Stick/Up = `Left Y+` +Main Stick/Down = `Left Y-` +Main Stick/Left = `Left X-` +Main Stick/Right = `Left X+` +C-Stick/Up = `Right Y+` +C-Stick/Down = `Right Y-` +C-Stick/Left = `Right X-` +C-Stick/Right = `Right X+` +Triggers/L = `Trigger L` +Triggers/R = `Trigger R` +Triggers/L-Analog = `Thumb L` +Triggers/R-Analog = `Thumb R` diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100755 index 0000000..10bb088 --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,57 @@ +## Emu setups ## +# Retroarch +if [ ! -d "${HOME}/.config/retroarch" ]; then + mkdir -p ${HOME}/.config/retroarch + cp -r /usr/share/libretro/* ${HOME}/.config/retroarch/ + mv ${HOME}/.config/retroarch/info ${HOME}/.config/retroarch/cores + echo 'video_refresh_rate = "60.000000"' > ${HOME}/.config/retroarch/retroarch.cfg + echo 'vrr_runloop_enable = "true"' >> ${HOME}/.config/retroarch/retroarch.cfg +fi +# Dolphin +if [ ! -f "${HOME}/.config/dolphin-emu/GCPadNew.ini" ]; then + mkdir -p "${HOME}/.config/dolphin-emu/" + cp /defaults/GCPadNew.ini "${HOME}/.config/dolphin-emu/" +fi +# Eden +if [ ! -f "${HOME}/.config/eden/qt-config.ini" ]; then + mkdir -p "${HOME}/.config/eden/" + cp /defaults/eden-config.ini "${HOME}/.config/eden/qt-config.ini" +fi +# GZDoom +if [ ! -f "${HOME}/.config/gzdoom/gzdoom.ini" ]; then + mkdir -p "${HOME}/.config/gzdoom" + cp \ + /defaults/gzdoom.ini \ + "${HOME}/.config/gzdoom/gzdoom.ini" + cp \ + /defaults/freedoom1.wad \ + "${HOME}/" +fi +# MAME +if [ ! -f "${HOME}/.mame/mame.ini" ]; then + mkdir -p "${HOME}/.mame" + cp \ + /defaults/mame.ini \ + "${HOME}/.mame/mame.ini" +fi +# PPSSPP +if [ ! -f "$HOME/.config/ppsspp/PSP/SYSTEM/ppsspp.ini" ]; then + mkdir -p "$HOME/.config/ppsspp/PSP/SYSTEM" + cp /defaults/ppsspp.ini "$HOME/.config/ppsspp/PSP/SYSTEM/ppsspp.ini" +fi +# RPCS3 +if [ ! -f "${HOME}/.config/rpcs3/input_configs/global/Default.yml" ]; then + mkdir -p "${HOME}/.config/rpcs3/input_configs/global/" + cp \ + /defaults/Default.yml \ + "${HOME}/.config/rpcs3/input_configs/global/Default.yml" +fi +# Quake +if [ ! -f "${HOME}/.darkplaces/id1/pak0.pak" ]; then + mkdir -p "${HOME}/.darkplaces/id1" + cp \ + /pak0.pak \ + "${HOME}/.darkplaces/id1/pak0.pak" +fi + +dbus-run-session startlxqt > /dev/null 2>&1 diff --git a/root/defaults/config/.config/lxqt/lxqt-config-appearance.conf b/root/defaults/config/.config/lxqt/lxqt-config-appearance.conf new file mode 100644 index 0000000..760e700 --- /dev/null +++ b/root/defaults/config/.config/lxqt/lxqt-config-appearance.conf @@ -0,0 +1,4 @@ +[General] +ControlGTKThemeEnabled=false +__userfile__=true +size=@Size(1034 498) diff --git a/root/defaults/config/.config/lxqt/lxqt.conf b/root/defaults/config/.config/lxqt/lxqt.conf new file mode 100644 index 0000000..1d8b3eb --- /dev/null +++ b/root/defaults/config/.config/lxqt/lxqt.conf @@ -0,0 +1,15 @@ +[General] +__userfile__=true +icon_follow_color_scheme=true +icon_theme=Papirus-Dark +theme=ambiance + +[Palette] +base_color=#595a5a +highlight_color=#c9cbcb +highlighted_text_color=#3f3f3f +link_color=#49daf0 +link_visited_color=#c745d3 +text_color=#ececec +window_color=#636464 +window_text_color=#f9f9f9 diff --git a/root/defaults/config/.config/lxqt/panel.conf b/root/defaults/config/.config/lxqt/panel.conf new file mode 100644 index 0000000..6d436c2 --- /dev/null +++ b/root/defaults/config/.config/lxqt/panel.conf @@ -0,0 +1,36 @@ +[General] +__userfile__=true + +[mainmenu] +alignment=Left +type=mainmenu + +[panel1] +alignment=-1 +animation-duration=0 +background-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) +background-image= +desktop=0 +font-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) +hidable=false +hide-on-overlap=false +iconSize=22 +lineCount=1 +lockPanel=false +opacity=100 +panelSize=32 +plugins=mainmenu, taskbar, worldclock +position=Bottom +reserve-space=true +show-delay=0 +visible-margin=true +width=100 +width-percent=true + +[taskbar] +alignment=Left +type=taskbar + +[worldclock] +alignment=Right +type=worldclock diff --git a/root/defaults/config/.config/pcmanfm-qt/lxqt/settings.conf b/root/defaults/config/.config/pcmanfm-qt/lxqt/settings.conf new file mode 100644 index 0000000..bb7b734 --- /dev/null +++ b/root/defaults/config/.config/pcmanfm-qt/lxqt/settings.conf @@ -0,0 +1,119 @@ +[Behavior] +AutoSelectionDelay=600 +BookmarkOpenMethod=current_tab +ConfirmDelete=true +ConfirmTrash=false +CtrlRightClick=false +NoUsbTrash=false +QuickExec=true +RecentFilesNumber=0 +SelectNewFiles=false +SingleClick=false +SingleWindowMode=false +UseTrash=true + +[Desktop] +AllSticky=false +BgColor=#000000 +DesktopCellMargins=@Size(3 1) +DesktopIconSize=48 +DesktopShortcuts=Home +FgColor=#ffffff +Font="Sans Serif,12,-1,5,50,0,0,0,0,0" +HideItems=false +LastSlide= +OpenWithDefaultFileManager=false +PerScreenWallpaper=false +ShadowColor=#000000 +ShowHidden=false +SlideShowInterval=0 +SortColumn=name +SortFolderFirst=true +SortHiddenLast=false +SortOrder=ascending +TransformWallpaper=false +Wallpaper=/defaults/wallpaper.jpg +WallpaperDialogSize=@Size(700 500) +WallpaperDialogSplitterPos=200 +WallpaperDirectory= +WallpaperMode=stretch +WallpaperRandomize=false +WorkAreaMargins=12, 12, 12, 12 + +[FolderView] +BackupAsHidden=false +BigIconSize=48 +CustomColumnWidths=@Invalid() +FolderViewCellMargins=@Size(3 3) +HiddenColumns=@Invalid() +Mode=icon +NoItemTooltip=false +ScrollPerPixel=true +ShadowHidden=true +ShowFilter=false +ShowFullNames=true +ShowHidden=false +SidePaneIconSize=24 +SmallIconSize=24 +SortCaseSensitive=false +SortColumn=name +SortFolderFirst=true +SortHiddenLast=false +SortOrder=ascending +ThumbnailIconSize=128 + +[Places] +HiddenPlaces=@Invalid() + +[Search] +ContentPatterns=@Invalid() +MaxSearchHistory=0 +NamePatterns=@Invalid() +searchContentCaseInsensitive=false +searchContentRegexp=true +searchNameCaseInsensitive=false +searchNameRegexp=true +searchRecursive=false +searchhHidden=false + +[System] +Archiver=lxqt-archiver +FallbackIconThemeName=breeze +OnlyUserTemplates=false +SIUnit=false +SuCommand=lxsudo dbus-run-session -- %s +TemplateRunApp=false +TemplateTypeOnce=false +Terminal=qterminal + +[Thumbnail] +MaxExternalThumbnailFileSize=-1 +MaxThumbnailFileSize=4096 +ShowThumbnails=true +ThumbnailLocalFilesOnly=true + +[Volume] +AutoRun=true +CloseOnUnmount=true +MountOnStartup=true +MountRemovable=true + +[Window] +AlwaysShowTabs=false +FixedHeight=600 +FixedWidth=800 +LastWindowHeight=600 +LastWindowMaximized=false +LastWindowWidth=800 +PathBarButtons=true +RememberWindowSize=true +ReopenLastTabs=false +ShowMenuBar=true +ShowTabClose=true +SidePaneMode=places +SidePaneVisible=true +SplitView=false +SplitViewTabsNum=0 +SplitterPos=250 +SwitchToNewTab=false +TabPaths=@Invalid() diff --git a/root/defaults/desktop/Modrinth App.desktop b/root/defaults/desktop/Modrinth App.desktop new file mode 100644 index 0000000..3268176 --- /dev/null +++ b/root/defaults/desktop/Modrinth App.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Categories=Game; +Exec=/usr/bin/foot -e /usr/bin/ModrinthApp +Icon=ModrinthApp +Name=Modrinth App +Terminal=false +Type=Application +MimeType=application/x-modrinth-modpack+zip;x-scheme-handler/modrinth diff --git a/root/defaults/desktop/PCSX2.desktop b/root/defaults/desktop/PCSX2.desktop new file mode 100644 index 0000000..aac7f4f --- /dev/null +++ b/root/defaults/desktop/PCSX2.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Terminal=false +Type=Application +Name=PCSX2 +StartupWMClass=PCSX2 +GenericName=PlayStation 2 Emulator +Comment=Sony PlayStation 2 emulator +Exec=/usr/bin/foot -e /usr/bin/pcsx2-qt +Icon=PCSX2 +Keywords=game;emulator; +Categories=Game;Emulator; diff --git a/root/defaults/desktop/com.libretro.RetroArch.desktop b/root/defaults/desktop/com.libretro.RetroArch.desktop new file mode 100644 index 0000000..8028c8a --- /dev/null +++ b/root/defaults/desktop/com.libretro.RetroArch.desktop @@ -0,0 +1,82 @@ +[Desktop Entry] +Version=1.5 +Type=Application +Name=RetroArch +GenericName=Game emulator frontend +GenericName[ar]=واجهة ألعاب متعددة المحاكيات +GenericName[bg]=Интерфейс за игри с няколко емулатора +GenericName[cs]=Herní rozhraní pro více emulátorů +GenericName[da]=Interface til spil med flere simulatorer +GenericName[de]=Schnittstelle für Spiele auf verschiedenen Emulatoren +GenericName[el]=Διεπαφή παιχνιδιών πολλαπλών εξομοιωτών +GenericName[es]=Interfaz para emuladores de juegos +GenericName[et]=Mitme emulaatori mänguliides +GenericName[fi]=Peli-emulaattorin käyttöliittymä +GenericName[fr]=Interface de jeu à émulateurs multiples +GenericName[hu]=Több emulátoros játékfelület +GenericName[id]=Antarmuka permainan multi-emulator +GenericName[it]=Interfaccia di gioco a vari emulatori +GenericName[ja]=マルチエミュレーター・ゲーミングインターフェース +GenericName[ko]=멀티 에뮬레이터 게임 인터페이스 +GenericName[lt]=Kelių emuliatorių žaidimų sąsaja +GenericName[lv]=Vairāku emulatoru spēļu saskarne +GenericName[nb]=Grensesnitt for spill med flere emulatorer +GenericName[nl]=Interface voor gamen met meerdere spelers +GenericName[pl]=Interfejs do gier na wielu emulatorach +GenericName[pt-br]=Interface de jogos com vários emuladores +GenericName[pt-pt]=Interface para muitos emuladores de consolas de jogos +GenericName[ro]=Interfață de joc cu mai multe emulatoare +GenericName[ru]=Игровой интерфейс с несколькими эмуляторами +GenericName[sk]=Rozhranie pre hry s viacerými emulátormi +GenericName[sl]=Igralni vmesnik za več emulatorjev +GenericName[sv]=Gränssnitt för spel med flera emulatorer +GenericName[tr]=Çoklu emülatör oyun arayüzü +GenericName[uk]=Ігровий інтерфейс з декількома емуляторами +GenericName[zh-hans]=多模拟器游戏界面 +GenericName[zh-hant]=多電腦遊戲介面 +Comment=Unified frontend for many game console emulators, frameworks and media players +Comment[ar]=واجهة أمامية موحدة لمجموعة واسعة من محاكيات وحدات التحكم في الألعاب وغيرها من أطر الألعاب أو مشغلات الوسائط +Comment[bg]=Унифициран фронтенд за широк набор от емулатори на игрови конзоли и други рамки за игри или медийни плейъри +Comment[cs]=Jednotný frontend pro širokou škálu emulátorů herních konzolí a dalších herních frameworků nebo přehrávačů médií +Comment[da]=En samlet frontend til en lang række spilkonsol-emulatorer og andre spilframeworks eller medieafspillere +Comment[de]=Ein einheitliches Grafik-Interface für eine breite Palette von Spielkonsolen-Emulatoren und andere Spiele-Frameworks oder Media-Player +Comment[el]=Ένα ενοποιημένο γραφικό frontend για ένα ευρύ φάσμα εξομοιωτών κονσολών παιχνιδιών και άλλων πλαισίων παιχνιδιών ή media players +Comment[es]=Interfaz gráfica unificada para numerosos emuladores de videoconsolas y otros entornos de juego o reproductores multimedia +Comment[et]=Ühtset eesliidest paljude mängukonsoolide emulaatorite ja muude mänguraamistike või meediamängijate jaoks +Comment[fi]=Yhtenäinen etusivu monille pelikonsoliemulaattoreille ja muille pelikehyksille tai mediasoittimille +Comment[fr]=Interface graphique unifiée pour un large éventail d'émulateurs de consoles de jeux et d'autres logiciels de jeux ou de lecteurs multimédias +Comment[hu]=Egységes grafikus frontend játékkonzol-emulátorok és egyéb játék keretrendszerek vagy médialejátszók széles skálájához +Comment[id]=Antarmuka grafis terpadu untuk beragam emulator konsol game dan kerangka kerja game atau pemutar media lainnya +Comment[it]=Un frontend grafico unificato per un'ampia gamma di emulatori di console e altri framework di gioco o lettori multimediali +Comment[ja]=幅広いゲーム機エミュレーターやその他のゲームフレームワーク、メディアプレーヤー用の統一されたグラフィカルフロントエンド +Comment[ko]=다양한 게임 콘솔 에뮬레이터 및 기타 게임 프레임워크 또는 미디어 플레이어를 위한 통합 그래픽 프론트엔드 +Comment[lt]=Suvienodinta grafinė prieiga, skirta įvairiems žaidimų konsolių emuliatoriams ir kitoms žaidimų programoms ar medijos grotuvams +Comment[lv]=Vienota grafiskā saskarne plašam spēļu konsoļu emulatoru un citu spēļu ietvaru vai multivides atskaņotāju klāstam +Comment[nb]=En enhetlig grafisk frontend for et bredt utvalg av spillkonsollemulatorer og andre spillrammeverk eller mediespillere +Comment[nl]=Een uniforme frontend voor een breed scala aan spelconsole-emulators en andere gameframeworks of mediaspelers +Comment[pl]=Ujednolicony interfejs graficzny dla szerokiej gamy emulatorów konsoli do gier i innych platform do gier lub odtwarzaczy multimedialnych. +Comment[pt-br]=Um front-end gráfico unificado para diversos emuladores de console de jogos e outras estruturas ou reprodutores de mídia +Comment[pt-pt]=Interface gráfica unificada para vários emuladores de consolas de jogos e outras estruturas de jogos ou leitores multimédia +Comment[ro]=Un frontend grafic unificat pentru o gamă largă de emulatoare de console de jocuri și alte cadre de jocuri sau playere media +Comment[ru]=Графический интерфейс для эмуляторов, игровых движков и медиаплееров +Comment[sk]=Jednotný grafický frontend pre širokú škálu emulátorov herných konzol a iných herných rámcov alebo prehrávačov médií +Comment[sl]=Enoten grafični vmesnik za številne emulatorje igralnih konzol in drugih igralnih ogrodij ali predvajalnikov medijev +Comment[sv]=En enhetlig grafisk frontend för ett brett utbud av spelkonsolemulatorer och andra spelramverk eller mediaspelare +Comment[tr]=Çok çeşitli oyun konsolu emülatörleri ve diğer oyun çerçeveleri veya medya oynatıcıları için birleşik bir grafik ön uç +Comment[uk]=Уніфікований графічний інтерфейс для широкого спектру емуляторів ігрових консолей та інших ігрових фреймворків або медіаплеєрів +Comment[zh-hans]=适用于各种游戏控制台模拟器和其他游戏框架或媒体播放器的统一前端 +Comment[zh-hant]=適用於多種遊戲主機模擬器和其他遊戲框架或媒體播放器的統一前端 +TryExec=retroarch +Exec=/usr/bin/retroarch %F +Icon=com.libretro.RetroArch +Categories=Game;Emulator; +MimeType=application/vnd.efi.img;application/vnd.nintendo.snes.rom;application/x-amiga-disk-format;application/x-atari-2600-rom;application/x-atari-7800-rom;application/x-atari-lynx-rom;application/x-ccd;application/x-cso;application/x-dosexec;application/x-dreamcast-rom;application/x-gameboy-color-rom;application/x-gameboy-rom;application/x-gamecube-rom;application/x-gamegear-rom;application/x-gba-rom;application/x-genesis-32x-rom;application/x-genesis-rom;application/x-hex;application/x-isz;application/x-mame-chd;application/x-msx-rom;application/x-n64-rom;application/x-neo-geo-pocket-color-rom;application/x-nes-rom;application/x-nintendo-3ds-rom;application/x-nintendo-ds-rom;application/x-nrg;application/x-pc-engine-rom;application/x-saturn-rom;application/x-sega-cd-rom;application/x-sega-pico-rom;application/x-sg1000-rom;application/x-sms-rom;application/x-virtual-boy-rom;application/x-wii-rom;application/x-wonderswan-color-rom;application/x-wonderswan-rom; +Keywords=retro;gaming;emulator;console; +PrefersNonDefaultGPU=true +SingleMainWindow=true +StartupNotify=true +StartupWMClass=retroarch +DBusActivatable=false +Hidden=false +NoDisplay=false +Terminal=false diff --git a/root/defaults/desktop/darkplaces.desktop b/root/defaults/desktop/darkplaces.desktop new file mode 100644 index 0000000..3f280d5 --- /dev/null +++ b/root/defaults/desktop/darkplaces.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=DarkPlaces +Comment=Enhanced Quake Engine +Exec=/usr/bin/foot -e /usr/games/darkplaces +Icon=/usr/share/icons/Papirus/32x32/apps/quake.svg +Terminal=false +Type=Application +Categories=Game;ActionGame; diff --git a/root/defaults/desktop/dev.eden_emu.eden.desktop b/root/defaults/desktop/dev.eden_emu.eden.desktop new file mode 100644 index 0000000..0840cfc --- /dev/null +++ b/root/defaults/desktop/dev.eden_emu.eden.desktop @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: 2025 Eden Emulator Project +# SPDX-License-Identifier: GPL-3.0-or-later + +# SPDX-FileCopyrightText: 2018 yuzu Emulator Project +# SPDX-License-Identifier: GPL-2.0-or-later + +[Desktop Entry] +Version=1.0 +Type=Application +Name=Eden +GenericName=Switch Emulator +Comment=Multiplatform FOSS Switch 1 emulator written in C++, derived from Yuzu and Sudachi +Icon=dev.eden_emu.eden +TryExec=eden +Exec=/usr/bin/foot -e /usr/bin/eden %f +Categories=Game;Emulator;Qt; +MimeType=application/x-nx-nro;application/x-nx-nso;application/x-nx-nsp;application/x-nx-xci; +Keywords=Nintendo;Switch; +StartupWMClass=eden diff --git a/root/defaults/desktop/dolphin-emu.desktop b/root/defaults/desktop/dolphin-emu.desktop new file mode 100644 index 0000000..d391d97 --- /dev/null +++ b/root/defaults/desktop/dolphin-emu.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Icon=dolphin-emu +Exec=/usr/bin/foot -e /usr/games/dolphin-emu +Terminal=false +Type=Application +Categories=Game;Emulator; +Name=Dolphin Emulator +GenericName=Wii/GameCube Emulator +Comment=A Wii/GameCube Emulator diff --git a/root/defaults/desktop/eduke32.desktop b/root/defaults/desktop/eduke32.desktop new file mode 100644 index 0000000..fe9c869 --- /dev/null +++ b/root/defaults/desktop/eduke32.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=EDuke32 +Comment=Advanced Duke Nukem 3D engine +Icon=eduke32 +Exec=/usr/bin/foot -e /usr/games/eduke32 +Categories=Game;Shooter; diff --git a/root/defaults/desktop/flycast.desktop b/root/defaults/desktop/flycast.desktop new file mode 100644 index 0000000..c251e6f --- /dev/null +++ b/root/defaults/desktop/flycast.desktop @@ -0,0 +1,25 @@ +[Desktop Entry] +Name=Flycast +GenericName=Dreamcast Emulator +GenericName[de]=Dreamcast-Emulator +GenericName[fr]=Émulateur Dreamcast +GenericName[es]=Emulador de Dreamcast +GenericName[pt]=Emulador de Dreamcast +GenericName[it]=Emulatore Dreamcast +GenericName[gr]=Dreamcast εξομοιωτή +GenericName[ru]=Dreamcast эмулятор +Comment=Play your favourite Dreamcast games on your PC +Comment[de]=Spiele deine Lieblings-Dreamcast-Spiele auf deinem PC +Comment[fr]=Jouez à vos jeux Dreamcast préférés sur votre PC +Comment[es]=Juega tus juegos favoritos de Dreamcast en su PC +Comment[pt]=Jogue seus jogos favoritos Dreamcast no seu PC +Comment[it]=Gioca i tuoi giochi preferiti Dreamcast sul PC +Comment[gr]=Παίξτε τα αγαπημένα σας παιχνίδια Dreamcast στο PC σας +Comment[ru]=Играйте в любимые игры Dreamcast на вашем компьютере +Exec=/usr/bin/foot -e /opt/flycast/AppRun %f +Icon=/opt/flycast/flycast.png +Terminal=false +Type=Application +StartupNotify=false +Categories=Game;Emulator; +PrefersNonDefaultGPU=true diff --git a/root/defaults/desktop/gzdoom.desktop b/root/defaults/desktop/gzdoom.desktop new file mode 100644 index 0000000..be0daa1 --- /dev/null +++ b/root/defaults/desktop/gzdoom.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=GZDoom +Comment=Advanced Doom source port. +Exec=/usr/bin/foot -e /usr/games/gzdoom %F +Icon=/usr/share/pixmaps/gzdoom.png +Terminal=false +Categories=Game diff --git a/root/defaults/desktop/jstest-gtk.desktop b/root/defaults/desktop/jstest-gtk.desktop new file mode 100644 index 0000000..bfcb19b --- /dev/null +++ b/root/defaults/desktop/jstest-gtk.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=jstest-gtk +Comment=Joystick testing and configuration tool +Comment[es]=Herramienta de comprobación y configuración de joysticks +Exec=jstest-gtk +Terminal=false +Type=Application +Icon=jstest-gtk +Categories=GTK;System; +Keywords=joystick;calibration; diff --git a/root/defaults/desktop/mame.desktop b/root/defaults/desktop/mame.desktop new file mode 100644 index 0000000..963e3de --- /dev/null +++ b/root/defaults/desktop/mame.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] +Name=MAME™ Arcade Emulator +Name[ca]=Emulador de jocs arcade MAME™ +Name[fr]=Emulateur arcade MAME™ +Name[it]=Emulatore di giochi arcade MAME™ +GenericName=Arcade Emulator +GenericName[ca]=Emulador de jocs arcade +GenericName[fr]=Emulateur arcade +GenericName[it]=Emulatore di giochi arcade +Comment=Play vintage arcade games using the MAME™ emulator +Comment[ca]=Jugueu a jocs d'arcade antics emprant l'emulador MAME™ +Comment[fr]=Jugueu a jocs d'arcade antics emprant l'emulador MAME™ +Comment[it]=Gioca ai vecchi arcade con l'emulatore MAME™ +Exec=/usr/bin/foot -e /usr/games/mame +Icon=mame +Terminal=false +Type=Application +Categories=Game;Emulator; +Keywords=Game;Emulator;Arcade; diff --git a/root/defaults/desktop/org.dosbox-staging.dosbox-staging.desktop b/root/defaults/desktop/org.dosbox-staging.dosbox-staging.desktop new file mode 100644 index 0000000..f45fcef --- /dev/null +++ b/root/defaults/desktop/org.dosbox-staging.dosbox-staging.desktop @@ -0,0 +1,63 @@ +[Desktop Entry] +Name=DOSBox Staging +GenericName=DOS emulator +GenericName[ar]=محاكي DOS +GenericName[az]=DOS emulyatoru +GenericName[bg]=Емулатор на DOS +GenericName[bn]=একটি ডস এমুলেটর +GenericName[br]=Ur Kendarvaner DOS +GenericName[bs]=Simulator DOSa +GenericName[ca]=Emulador de DOS +GenericName[cy]=Efelychwr DOS +GenericName[da]=En DOS-emulator +GenericName[de]=Ein DOS-Emulator +GenericName[el]=Εξομοιωτής DOS +GenericName[es]=Un emulador de DOS +GenericName[et]=DOS-i emulaator +GenericName[eu]=DOS emulatzaile bat +GenericName[fa]=یک شبیه‌ساز داس +GenericName[fi]=DOS-emulaattori +GenericName[fr]=Un émulateur DOS +GenericName[gl]=Un emulador do DOS +GenericName[he]=הדמיית DOS +GenericName[hi]=एक डॉस एम्यूलेटर +GenericName[hr]=DOS emulator +GenericName[hu]=DOS-emulátor +GenericName[hy]=DOS էմուլատոր +GenericName[id]=Emulator DOS +GenericName[is]=DOS Hermir +GenericName[it]=Emulatore DOS +GenericName[ja]=DOS エミュレータ +GenericName[ky]=DOS эмулятору +GenericName[mk]=DOS емулатор +GenericName[mt]=Emulatur DOS +GenericName[nb]=DOS-emulator +GenericName[nl]=Een DOS-emulator +GenericName[nn]=DOS-emulator +GenericName[pl]=Emulator DOS +GenericName[pt]=Um emulador DOS +GenericName[pt_BR]=Emulador de DOS +GenericName[ro]=Un emulator de DOS +GenericName[ru]=Эмулятор DOS +GenericName[sc]=Un'emuladori de DOS +GenericName[sk]=DOS emulátor +GenericName[sl]=Emulator za DOS +GenericName[sq]=Një imitues DOS +GenericName[sv]=DOS-emulator +GenericName[tg]=Намунасизи DOS +GenericName[tl]=Isang manggagaya ng DOS +GenericName[tr]=Bir DOS öykünücü +GenericName[uk]=Емулятор DOS +GenericName[uz]=DOS emulyatori +GenericName[uz@cyrillic]=DOS emulyatori +GenericName[vi]=Trình mô phỏng DOS +GenericName[wa]=Èn emulateu DOS +GenericName[zh_CN]=DOS 模拟器 +GenericName[zh_TW]=DOS 模擬器 +Comment=DOS/x86 emulator focusing on ease of use +Exec=/usr/bin/foot -e /opt/dosbox/dosbox +Icon=/usr/share/icons/Papirus/32x32/apps/dosbox-staging.svg +Type=Application +Terminal=false +Keywords=dos;gaming;game;games;emulator; +Categories=Game;Emulator; diff --git a/root/defaults/desktop/org.duckstation.DuckStation.desktop b/root/defaults/desktop/org.duckstation.DuckStation.desktop new file mode 100644 index 0000000..b1f3dc9 --- /dev/null +++ b/root/defaults/desktop/org.duckstation.DuckStation.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=DuckStation +GenericName=PlayStation 1 Emulator +Comment=Fast PlayStation 1 emulator +Icon=/opt/duckstation/org.duckstation.DuckStation.png +Exec=/usr/bin/foot -e /opt/duckstation/AppRun %f diff --git a/root/defaults/desktop/org.es_de.frontend.desktop b/root/defaults/desktop/org.es_de.frontend.desktop new file mode 100644 index 0000000..1eaffad --- /dev/null +++ b/root/defaults/desktop/org.es_de.frontend.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Exec=/usr/bin/foot -e /opt/esde/AppRun +Icon=/opt/esde/org.es_de.frontend.svg +Terminal=false +Type=Application +StartupNotify=true +Hidden=false +Categories=Game;Emulator; +Name=ES-DE +GenericName=Gaming Frontend +Keywords=emulator;emulation;front-end;frontend; diff --git a/root/defaults/desktop/org.scummvm.scummvm.desktop b/root/defaults/desktop/org.scummvm.scummvm.desktop new file mode 100644 index 0000000..d7b7365 --- /dev/null +++ b/root/defaults/desktop/org.scummvm.scummvm.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=ScummVM +Comment=Interpreter for numerous adventure games and RPGs +Comment[pl]=Interpreter graficznych gier przygodowych +Comment[sv]=Tolk för flertalet äventyrsspel +Comment[he]=פרשן למספר משחקי הרפתקאות +Comment[de]=Interpreter für zahlreiche Abenteuerspiele und RPGs +Comment[es]=Intérprete para varias aventuras gráficas +Comment[ca]=Intèrpret per diverses aventures gràfiques +Exec=/usr/bin/foot -e /usr/games/scummvm +Icon=org.scummvm.scummvm +Terminal=false +Type=Application +Categories=Game;AdventureGame;RolePlaying; +StartupNotify=false +StartupWMClass=scummvm diff --git a/root/defaults/desktop/ppsspp.desktop b/root/defaults/desktop/ppsspp.desktop new file mode 100644 index 0000000..a3ff67b --- /dev/null +++ b/root/defaults/desktop/ppsspp.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=PPSSPP +GenericName=PSP Emulator +Comment=PlayStation Portable Simulator Suitable for Playing Portably (PPSSPP) +Exec=/usr/bin/foot -e /usr/games/ppsspp +Icon=ppsspp +Categories=Game +Keywords=emulator;PSP;PlayStation;Portable;Sony; diff --git a/root/defaults/desktop/rpcs3.desktop b/root/defaults/desktop/rpcs3.desktop new file mode 100644 index 0000000..a522795 --- /dev/null +++ b/root/defaults/desktop/rpcs3.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=RPCS3 +GenericName=PlayStation 3 Emulator +Icon=/opt/rpcs3/usr/share/icons/hicolor/scalable/apps/rpcs3.svg +Exec=/usr/bin/foot -e /opt/rpcs3/AppRun %f +Terminal=false +Categories=Game;Emulator; diff --git a/root/defaults/desktop/xemu.desktop b/root/defaults/desktop/xemu.desktop new file mode 100644 index 0000000..5e332e7 --- /dev/null +++ b/root/defaults/desktop/xemu.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Terminal=false +Exec=/usr/bin/foot -e /opt/xemu/AppRun +Name=xemu +Comment=Emulator for the original Xbox console +Icon=/opt/xemu/xemu.svg +Categories=Game;Emulator; +Keywords=original;xbox;game;console;emulator;xemu; diff --git a/root/defaults/eden-config.ini b/root/defaults/eden-config.ini new file mode 100644 index 0000000..96a9037 --- /dev/null +++ b/root/defaults/eden-config.ini @@ -0,0 +1,1552 @@ +[DisabledAddOns] +size=0 + + +[Controls] +touch_from_button_maps\size=1 +controller_navigation\default=true +controller_navigation=true +enable_joycon_driver\default=true +enable_joycon_driver=true +enable_procon_driver\default=true +enable_procon_driver=false +vibration_enabled\default=true +vibration_enabled=true +enable_accurate_vibrations\default=true +enable_accurate_vibrations=false +motion_enabled\default=true +motion_enabled=true +udp_input_servers\default=true +udp_input_servers=127.0.0.1:26760 +enable_udp_controller\default=true +enable_udp_controller=false +pause_tas_on_load\default=true +pause_tas_on_load=true +tas_enable\default=true +tas_enable=false +tas_loop\default=true +tas_loop=false +mouse_panning_sensitivity\default=true +mouse_panning_sensitivity=50 +mouse_enabled\default=true +mouse_enabled=false +mouse_panning_x_sensitivity\default=true +mouse_panning_x_sensitivity=50 +mouse_panning_y_sensitivity\default=true +mouse_panning_y_sensitivity=50 +mouse_panning_deadzone_counterweight\default=true +mouse_panning_deadzone_counterweight=20 +mouse_panning_decay_strength\default=true +mouse_panning_decay_strength=18 +mouse_panning_min_decay\default=true +mouse_panning_min_decay=6 +emulate_analog_keyboard\default=true +emulate_analog_keyboard=false +keyboard_enabled\default=true +keyboard_enabled=false +debug_pad_enabled\default=true +debug_pad_enabled=false +touch_device\default=true +touch_device="min_x:100,min_y:50,max_x:1800,max_y:850" +touch_from_button_map\default=true +touch_from_button_map=0 +enable_ring_controller\default=true +enable_ring_controller=true +enable_ir_sensor\default=true +enable_ir_sensor=false +ir_sensor_device\default=true +ir_sensor_device=auto +random_amiibo_id\default=true +random_amiibo_id=false +player_0_type\default=true +player_0_type=0 +player_0_profile_name\default=true +player_0_profile_name= +player_0_connected\default=true +player_0_connected=true +player_0_vibration_enabled\default=true +player_0_vibration_enabled=true +player_0_vibration_strength\default=true +player_0_vibration_strength=100 +player_0_body_color_left\default=false +player_0_body_color_left=4278893030 +player_0_body_color_right\default=false +player_0_body_color_right=4294917160 +player_0_button_color_left\default=false +player_0_button_color_left=4278197790 +player_0_button_color_right\default=false +player_0_button_color_right=4280158730 +player_1_type\default=true +player_1_type=0 +player_1_profile_name\default=true +player_1_profile_name= +player_1_connected\default=false +player_1_connected=true +player_1_vibration_enabled\default=true +player_1_vibration_enabled=true +player_1_vibration_strength\default=true +player_1_vibration_strength=100 +player_1_body_color_left\default=false +player_1_body_color_left=4278893030 +player_1_body_color_right\default=false +player_1_body_color_right=4294917160 +player_1_button_color_left\default=false +player_1_button_color_left=4278197790 +player_1_button_color_right\default=false +player_1_button_color_right=4280158730 +player_2_type\default=true +player_2_type=0 +player_2_profile_name\default=true +player_2_profile_name= +player_2_connected\default=false +player_2_connected=true +player_2_vibration_enabled\default=true +player_2_vibration_enabled=true +player_2_vibration_strength\default=true +player_2_vibration_strength=100 +player_2_body_color_left\default=false +player_2_body_color_left=4278893030 +player_2_body_color_right\default=false +player_2_body_color_right=4294917160 +player_2_button_color_left\default=false +player_2_button_color_left=4278197790 +player_2_button_color_right\default=false +player_2_button_color_right=4280158730 +player_3_type\default=true +player_3_type=0 +player_3_profile_name\default=true +player_3_profile_name= +player_3_connected\default=false +player_3_connected=true +player_3_vibration_enabled\default=true +player_3_vibration_enabled=true +player_3_vibration_strength\default=true +player_3_vibration_strength=100 +player_3_body_color_left\default=false +player_3_body_color_left=4278893030 +player_3_body_color_right\default=false +player_3_body_color_right=4294917160 +player_3_button_color_left\default=false +player_3_button_color_left=4278197790 +player_3_button_color_right\default=false +player_3_button_color_right=4280158730 +player_4_type\default=true +player_4_type=0 +player_4_profile_name\default=true +player_4_profile_name= +player_4_connected\default=true +player_4_connected=false +player_4_vibration_enabled\default=true +player_4_vibration_enabled=true +player_4_vibration_strength\default=true +player_4_vibration_strength=100 +player_4_body_color_left\default=false +player_4_body_color_left=4278893030 +player_4_body_color_right\default=false +player_4_body_color_right=4294917160 +player_4_button_color_left\default=false +player_4_button_color_left=4278197790 +player_4_button_color_right\default=false +player_4_button_color_right=4280158730 +player_5_type\default=true +player_5_type=0 +player_5_profile_name\default=true +player_5_profile_name= +player_5_connected\default=true +player_5_connected=false +player_5_vibration_enabled\default=true +player_5_vibration_enabled=true +player_5_vibration_strength\default=true +player_5_vibration_strength=100 +player_5_body_color_left\default=false +player_5_body_color_left=4278893030 +player_5_body_color_right\default=false +player_5_body_color_right=4294917160 +player_5_button_color_left\default=false +player_5_button_color_left=4278197790 +player_5_button_color_right\default=false +player_5_button_color_right=4280158730 +player_6_type\default=true +player_6_type=0 +player_6_profile_name\default=true +player_6_profile_name= +player_6_connected\default=true +player_6_connected=false +player_6_vibration_enabled\default=true +player_6_vibration_enabled=true +player_6_vibration_strength\default=true +player_6_vibration_strength=100 +player_6_body_color_left\default=false +player_6_body_color_left=4278893030 +player_6_body_color_right\default=false +player_6_body_color_right=4294917160 +player_6_button_color_left\default=false +player_6_button_color_left=4278197790 +player_6_button_color_right\default=false +player_6_button_color_right=4280158730 +player_7_type\default=true +player_7_type=0 +player_7_profile_name\default=true +player_7_profile_name= +player_7_connected\default=true +player_7_connected=false +player_7_vibration_enabled\default=true +player_7_vibration_enabled=true +player_7_vibration_strength\default=true +player_7_vibration_strength=100 +player_7_body_color_left\default=false +player_7_body_color_left=4278893030 +player_7_body_color_right\default=false +player_7_body_color_right=4294917160 +player_7_button_color_left\default=false +player_7_button_color_left=4278197790 +player_7_button_color_right\default=false +player_7_button_color_right=4280158730 +player_8_type\default=true +player_8_type=0 +player_8_profile_name\default=true +player_8_profile_name= +player_8_connected\default=true +player_8_connected=false +player_8_vibration_enabled\default=true +player_8_vibration_enabled=true +player_8_vibration_strength\default=true +player_8_vibration_strength=100 +player_8_body_color_left\default=true +player_8_body_color_left=702950 +player_8_body_color_right\default=true +player_8_body_color_right=16727080 +player_8_button_color_left\default=true +player_8_button_color_left=7710 +player_8_button_color_right\default=true +player_8_button_color_right=1968650 +player_9_type\default=true +player_9_type=0 +player_9_profile_name\default=true +player_9_profile_name= +player_9_connected\default=true +player_9_connected=false +player_9_vibration_enabled\default=true +player_9_vibration_enabled=true +player_9_vibration_strength\default=true +player_9_vibration_strength=100 +player_9_body_color_left\default=true +player_9_body_color_left=702950 +player_9_body_color_right\default=true +player_9_body_color_right=16727080 +player_9_button_color_left\default=true +player_9_button_color_left=7710 +player_9_button_color_right\default=true +player_9_button_color_right=1968650 +touchscreen_enabled\default=true +touchscreen_enabled=true +touchscreen_angle\default=true +touchscreen_angle=0 +touchscreen_diameter_x\default=true +touchscreen_diameter_x=90 +touchscreen_diameter_y\default=true +touchscreen_diameter_y=90 +touch_from_button_maps\1\name\default=false +touch_from_button_maps\1\name=default +touch_from_button_maps\1\entries\size=0 +player_0_button_a\default=false +player_0_button_a="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:1" +player_0_button_b\default=false +player_0_button_b="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:0" +player_0_button_x\default=false +player_0_button_x="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:3" +player_0_button_y\default=false +player_0_button_y="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:2" +player_0_button_lstick\default=false +player_0_button_lstick="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:9" +player_0_button_rstick\default=false +player_0_button_rstick="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:10" +player_0_button_l\default=false +player_0_button_l="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:4" +player_0_button_r\default=false +player_0_button_r="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:5" +player_0_button_zl\default=false +player_0_button_zl="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,axis:2,threshold:0.500000,invert:+" +player_0_button_zr\default=false +player_0_button_zr="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,axis:5,threshold:0.500000,invert:+" +player_0_button_plus\default=false +player_0_button_plus="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:7" +player_0_button_minus\default=false +player_0_button_minus="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:6" +player_0_button_dleft\default=false +player_0_button_dleft="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,hat:0,direction:left" +player_0_button_dup\default=false +player_0_button_dup="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,hat:0,direction:up" +player_0_button_dright\default=false +player_0_button_dright="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,hat:0,direction:right" +player_0_button_ddown\default=false +player_0_button_ddown="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,hat:0,direction:down" +player_0_button_slleft\default=false +player_0_button_slleft="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:4" +player_0_button_srleft\default=false +player_0_button_srleft="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:5" +player_0_button_home\default=false +player_0_button_home="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:8" +player_0_button_screenshot\default=false +player_0_button_screenshot=[empty] +player_0_button_slright\default=false +player_0_button_slright="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:4" +player_0_button_srright\default=false +player_0_button_srright="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,button:5" +player_0_lstick\default=false +player_0_lstick="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,axis_x:0,axis_y:1,offset_x:-0.000000,offset_y:0.000000,invert_x:+,invert_y:+,deadzone:0.150000" +player_0_rstick\default=false +player_0_rstick="engine:sdl,port:0,guid:000000004d6963726f736f6674205800,axis_x:3,axis_y:4,offset_x:-0.000000,offset_y:0.000000,invert_x:+,invert_y:+,deadzone:0.150000" +player_0_motionleft\default=false +player_0_motionleft=[empty] +player_0_motionright\default=false +player_0_motionright=[empty] +player_1_button_a\default=false +player_1_button_a="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:1" +player_1_button_b\default=false +player_1_button_b="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:0" +player_1_button_x\default=false +player_1_button_x="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:3" +player_1_button_y\default=false +player_1_button_y="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:2" +player_1_button_lstick\default=false +player_1_button_lstick="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:9" +player_1_button_rstick\default=false +player_1_button_rstick="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:10" +player_1_button_l\default=false +player_1_button_l="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:4" +player_1_button_r\default=false +player_1_button_r="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:5" +player_1_button_zl\default=false +player_1_button_zl="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,axis:2,threshold:0.500000,invert:+" +player_1_button_zr\default=false +player_1_button_zr="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,axis:5,threshold:0.500000,invert:+" +player_1_button_plus\default=false +player_1_button_plus="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:7" +player_1_button_minus\default=false +player_1_button_minus="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:6" +player_1_button_dleft\default=false +player_1_button_dleft="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,hat:0,direction:left" +player_1_button_dup\default=false +player_1_button_dup="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,hat:0,direction:up" +player_1_button_dright\default=false +player_1_button_dright="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,hat:0,direction:right" +player_1_button_ddown\default=false +player_1_button_ddown="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,hat:0,direction:down" +player_1_button_slleft\default=false +player_1_button_slleft="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:4" +player_1_button_srleft\default=false +player_1_button_srleft="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:5" +player_1_button_home\default=false +player_1_button_home="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:8" +player_1_button_screenshot\default=false +player_1_button_screenshot=[empty] +player_1_button_slright\default=false +player_1_button_slright="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:4" +player_1_button_srright\default=false +player_1_button_srright="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,button:5" +player_1_lstick\default=false +player_1_lstick="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,axis_x:0,axis_y:1,offset_x:-0.000000,offset_y:0.000000,invert_x:+,invert_y:+,deadzone:0.150000" +player_1_rstick\default=false +player_1_rstick="engine:sdl,port:1,guid:000000004d6963726f736f6674205800,axis_x:3,axis_y:4,offset_x:-0.000000,offset_y:0.000000,invert_x:+,invert_y:+,deadzone:0.150000" +player_1_motionleft\default=false +player_1_motionleft=[empty] +player_1_motionright\default=false +player_1_motionright=[empty] +player_2_button_a\default=false +player_2_button_a="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:1" +player_2_button_b\default=false +player_2_button_b="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:0" +player_2_button_x\default=false +player_2_button_x="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:3" +player_2_button_y\default=false +player_2_button_y="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:2" +player_2_button_lstick\default=false +player_2_button_lstick="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:9" +player_2_button_rstick\default=false +player_2_button_rstick="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:10" +player_2_button_l\default=false +player_2_button_l="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:4" +player_2_button_r\default=false +player_2_button_r="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:5" +player_2_button_zl\default=false +player_2_button_zl="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,axis:2,threshold:0.500000,invert:+" +player_2_button_zr\default=false +player_2_button_zr="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,axis:5,threshold:0.500000,invert:+" +player_2_button_plus\default=false +player_2_button_plus="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:7" +player_2_button_minus\default=false +player_2_button_minus="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:6" +player_2_button_dleft\default=false +player_2_button_dleft="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,hat:0,direction:left" +player_2_button_dup\default=false +player_2_button_dup="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,hat:0,direction:up" +player_2_button_dright\default=false +player_2_button_dright="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,hat:0,direction:right" +player_2_button_ddown\default=false +player_2_button_ddown="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,hat:0,direction:down" +player_2_button_slleft\default=false +player_2_button_slleft="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:4" +player_2_button_srleft\default=false +player_2_button_srleft="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:5" +player_2_button_home\default=false +player_2_button_home="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:8" +player_2_button_screenshot\default=false +player_2_button_screenshot=[empty] +player_2_button_slright\default=false +player_2_button_slright="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:4" +player_2_button_srright\default=false +player_2_button_srright="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,button:5" +player_2_lstick\default=false +player_2_lstick="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,axis_x:0,axis_y:1,offset_x:-0.000000,offset_y:0.000000,invert_x:+,invert_y:+,deadzone:0.150000" +player_2_rstick\default=false +player_2_rstick="engine:sdl,port:2,guid:000000004d6963726f736f6674205800,axis_x:3,axis_y:4,offset_x:-0.000000,offset_y:0.000000,invert_x:+,invert_y:+,deadzone:0.150000" +player_2_motionleft\default=false +player_2_motionleft=[empty] +player_2_motionright\default=false +player_2_motionright=[empty] +player_3_button_a\default=false +player_3_button_a="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:1" +player_3_button_b\default=false +player_3_button_b="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:0" +player_3_button_x\default=false +player_3_button_x="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:3" +player_3_button_y\default=false +player_3_button_y="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:2" +player_3_button_lstick\default=false +player_3_button_lstick="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:9" +player_3_button_rstick\default=false +player_3_button_rstick="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:10" +player_3_button_l\default=false +player_3_button_l="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:4" +player_3_button_r\default=false +player_3_button_r="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:5" +player_3_button_zl\default=false +player_3_button_zl="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,axis:2,threshold:0.500000,invert:+" +player_3_button_zr\default=false +player_3_button_zr="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,axis:5,threshold:0.500000,invert:+" +player_3_button_plus\default=false +player_3_button_plus="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:7" +player_3_button_minus\default=false +player_3_button_minus="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:6" +player_3_button_dleft\default=false +player_3_button_dleft="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,hat:0,direction:left" +player_3_button_dup\default=false +player_3_button_dup="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,hat:0,direction:up" +player_3_button_dright\default=false +player_3_button_dright="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,hat:0,direction:right" +player_3_button_ddown\default=false +player_3_button_ddown="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,hat:0,direction:down" +player_3_button_slleft\default=false +player_3_button_slleft="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:4" +player_3_button_srleft\default=false +player_3_button_srleft="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:5" +player_3_button_home\default=false +player_3_button_home="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:8" +player_3_button_screenshot\default=false +player_3_button_screenshot=[empty] +player_3_button_slright\default=false +player_3_button_slright="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:4" +player_3_button_srright\default=false +player_3_button_srright="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,button:5" +player_3_lstick\default=false +player_3_lstick="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,axis_x:0,axis_y:1,offset_x:-0.000000,offset_y:0.000000,invert_x:+,invert_y:+,deadzone:0.150000" +player_3_rstick\default=false +player_3_rstick="engine:sdl,port:3,guid:000000004d6963726f736f6674205800,axis_x:3,axis_y:4,offset_x:-0.000000,offset_y:0.000000,invert_x:+,invert_y:+,deadzone:0.150000" +player_3_motionleft\default=false +player_3_motionleft=[empty] +player_3_motionright\default=false +player_3_motionright=[empty] +player_4_button_a\default=false +player_4_button_a="engine:keyboard,code:67,toggle:0" +player_4_button_b\default=false +player_4_button_b="engine:keyboard,code:88,toggle:0" +player_4_button_x\default=false +player_4_button_x="engine:keyboard,code:86,toggle:0" +player_4_button_y\default=false +player_4_button_y="engine:keyboard,code:90,toggle:0" +player_4_button_lstick\default=false +player_4_button_lstick="engine:keyboard,code:70,toggle:0" +player_4_button_rstick\default=false +player_4_button_rstick="engine:keyboard,code:71,toggle:0" +player_4_button_l\default=false +player_4_button_l="engine:keyboard,code:81,toggle:0" +player_4_button_r\default=false +player_4_button_r="engine:keyboard,code:69,toggle:0" +player_4_button_zl\default=false +player_4_button_zl="engine:keyboard,code:82,toggle:0" +player_4_button_zr\default=false +player_4_button_zr="engine:keyboard,code:84,toggle:0" +player_4_button_plus\default=false +player_4_button_plus="engine:keyboard,code:77,toggle:0" +player_4_button_minus\default=false +player_4_button_minus="engine:keyboard,code:78,toggle:0" +player_4_button_dleft\default=false +player_4_button_dleft="engine:keyboard,code:16777234,toggle:0" +player_4_button_dup\default=false +player_4_button_dup="engine:keyboard,code:16777235,toggle:0" +player_4_button_dright\default=false +player_4_button_dright="engine:keyboard,code:16777236,toggle:0" +player_4_button_ddown\default=false +player_4_button_ddown="engine:keyboard,code:16777237,toggle:0" +player_4_button_slleft\default=false +player_4_button_slleft="engine:keyboard,code:81,toggle:0" +player_4_button_srleft\default=false +player_4_button_srleft="engine:keyboard,code:69,toggle:0" +player_4_button_home\default=false +player_4_button_home="engine:keyboard,code:0,toggle:0" +player_4_button_screenshot\default=false +player_4_button_screenshot="engine:keyboard,code:0,toggle:0" +player_4_button_slright\default=false +player_4_button_slright="engine:keyboard,code:81,toggle:0" +player_4_button_srright\default=false +player_4_button_srright="engine:keyboard,code:69,toggle:0" +player_4_lstick\default=false +player_4_lstick="engine:analog_from_button,up:engine$0keyboard$1code$087$1toggle$00,down:engine$0keyboard$1code$083$1toggle$00,left:engine$0keyboard$1code$065$1toggle$00,right:engine$0keyboard$1code$068$1toggle$00,modifier:engine$0keyboard$1code$016777248$1toggle$00,modifier_scale:0.500000" +player_4_rstick\default=false +player_4_rstick="engine:analog_from_button,up:engine$0keyboard$1code$073$1toggle$00,down:engine$0keyboard$1code$075$1toggle$00,left:engine$0keyboard$1code$074$1toggle$00,right:engine$0keyboard$1code$076$1toggle$00,modifier:engine$0keyboard$1code$00$1toggle$00,modifier_scale:0.500000" +player_4_motionleft\default=false +player_4_motionleft="engine:keyboard,code:55,toggle:0" +player_4_motionright\default=false +player_4_motionright="engine:keyboard,code:56,toggle:0" +player_5_button_a\default=false +player_5_button_a="engine:keyboard,code:67,toggle:0" +player_5_button_b\default=false +player_5_button_b="engine:keyboard,code:88,toggle:0" +player_5_button_x\default=false +player_5_button_x="engine:keyboard,code:86,toggle:0" +player_5_button_y\default=false +player_5_button_y="engine:keyboard,code:90,toggle:0" +player_5_button_lstick\default=false +player_5_button_lstick="engine:keyboard,code:70,toggle:0" +player_5_button_rstick\default=false +player_5_button_rstick="engine:keyboard,code:71,toggle:0" +player_5_button_l\default=false +player_5_button_l="engine:keyboard,code:81,toggle:0" +player_5_button_r\default=false +player_5_button_r="engine:keyboard,code:69,toggle:0" +player_5_button_zl\default=false +player_5_button_zl="engine:keyboard,code:82,toggle:0" +player_5_button_zr\default=false +player_5_button_zr="engine:keyboard,code:84,toggle:0" +player_5_button_plus\default=false +player_5_button_plus="engine:keyboard,code:77,toggle:0" +player_5_button_minus\default=false +player_5_button_minus="engine:keyboard,code:78,toggle:0" +player_5_button_dleft\default=false +player_5_button_dleft="engine:keyboard,code:16777234,toggle:0" +player_5_button_dup\default=false +player_5_button_dup="engine:keyboard,code:16777235,toggle:0" +player_5_button_dright\default=false +player_5_button_dright="engine:keyboard,code:16777236,toggle:0" +player_5_button_ddown\default=false +player_5_button_ddown="engine:keyboard,code:16777237,toggle:0" +player_5_button_slleft\default=false +player_5_button_slleft="engine:keyboard,code:81,toggle:0" +player_5_button_srleft\default=false +player_5_button_srleft="engine:keyboard,code:69,toggle:0" +player_5_button_home\default=false +player_5_button_home="engine:keyboard,code:0,toggle:0" +player_5_button_screenshot\default=false +player_5_button_screenshot="engine:keyboard,code:0,toggle:0" +player_5_button_slright\default=false +player_5_button_slright="engine:keyboard,code:81,toggle:0" +player_5_button_srright\default=false +player_5_button_srright="engine:keyboard,code:69,toggle:0" +player_5_lstick\default=false +player_5_lstick="engine:analog_from_button,up:engine$0keyboard$1code$087$1toggle$00,down:engine$0keyboard$1code$083$1toggle$00,left:engine$0keyboard$1code$065$1toggle$00,right:engine$0keyboard$1code$068$1toggle$00,modifier:engine$0keyboard$1code$016777248$1toggle$00,modifier_scale:0.500000" +player_5_rstick\default=false +player_5_rstick="engine:analog_from_button,up:engine$0keyboard$1code$073$1toggle$00,down:engine$0keyboard$1code$075$1toggle$00,left:engine$0keyboard$1code$074$1toggle$00,right:engine$0keyboard$1code$076$1toggle$00,modifier:engine$0keyboard$1code$00$1toggle$00,modifier_scale:0.500000" +player_5_motionleft\default=false +player_5_motionleft="engine:keyboard,code:55,toggle:0" +player_5_motionright\default=false +player_5_motionright="engine:keyboard,code:56,toggle:0" +player_6_button_a\default=false +player_6_button_a="engine:keyboard,code:67,toggle:0" +player_6_button_b\default=false +player_6_button_b="engine:keyboard,code:88,toggle:0" +player_6_button_x\default=false +player_6_button_x="engine:keyboard,code:86,toggle:0" +player_6_button_y\default=false +player_6_button_y="engine:keyboard,code:90,toggle:0" +player_6_button_lstick\default=false +player_6_button_lstick="engine:keyboard,code:70,toggle:0" +player_6_button_rstick\default=false +player_6_button_rstick="engine:keyboard,code:71,toggle:0" +player_6_button_l\default=false +player_6_button_l="engine:keyboard,code:81,toggle:0" +player_6_button_r\default=false +player_6_button_r="engine:keyboard,code:69,toggle:0" +player_6_button_zl\default=false +player_6_button_zl="engine:keyboard,code:82,toggle:0" +player_6_button_zr\default=false +player_6_button_zr="engine:keyboard,code:84,toggle:0" +player_6_button_plus\default=false +player_6_button_plus="engine:keyboard,code:77,toggle:0" +player_6_button_minus\default=false +player_6_button_minus="engine:keyboard,code:78,toggle:0" +player_6_button_dleft\default=false +player_6_button_dleft="engine:keyboard,code:16777234,toggle:0" +player_6_button_dup\default=false +player_6_button_dup="engine:keyboard,code:16777235,toggle:0" +player_6_button_dright\default=false +player_6_button_dright="engine:keyboard,code:16777236,toggle:0" +player_6_button_ddown\default=false +player_6_button_ddown="engine:keyboard,code:16777237,toggle:0" +player_6_button_slleft\default=false +player_6_button_slleft="engine:keyboard,code:81,toggle:0" +player_6_button_srleft\default=false +player_6_button_srleft="engine:keyboard,code:69,toggle:0" +player_6_button_home\default=false +player_6_button_home="engine:keyboard,code:0,toggle:0" +player_6_button_screenshot\default=false +player_6_button_screenshot="engine:keyboard,code:0,toggle:0" +player_6_button_slright\default=false +player_6_button_slright="engine:keyboard,code:81,toggle:0" +player_6_button_srright\default=false +player_6_button_srright="engine:keyboard,code:69,toggle:0" +player_6_lstick\default=false +player_6_lstick="engine:analog_from_button,up:engine$0keyboard$1code$087$1toggle$00,down:engine$0keyboard$1code$083$1toggle$00,left:engine$0keyboard$1code$065$1toggle$00,right:engine$0keyboard$1code$068$1toggle$00,modifier:engine$0keyboard$1code$016777248$1toggle$00,modifier_scale:0.500000" +player_6_rstick\default=false +player_6_rstick="engine:analog_from_button,up:engine$0keyboard$1code$073$1toggle$00,down:engine$0keyboard$1code$075$1toggle$00,left:engine$0keyboard$1code$074$1toggle$00,right:engine$0keyboard$1code$076$1toggle$00,modifier:engine$0keyboard$1code$00$1toggle$00,modifier_scale:0.500000" +player_6_motionleft\default=false +player_6_motionleft="engine:keyboard,code:55,toggle:0" +player_6_motionright\default=false +player_6_motionright="engine:keyboard,code:56,toggle:0" +player_7_button_a\default=false +player_7_button_a="engine:keyboard,code:67,toggle:0" +player_7_button_b\default=false +player_7_button_b="engine:keyboard,code:88,toggle:0" +player_7_button_x\default=false +player_7_button_x="engine:keyboard,code:86,toggle:0" +player_7_button_y\default=false +player_7_button_y="engine:keyboard,code:90,toggle:0" +player_7_button_lstick\default=false +player_7_button_lstick="engine:keyboard,code:70,toggle:0" +player_7_button_rstick\default=false +player_7_button_rstick="engine:keyboard,code:71,toggle:0" +player_7_button_l\default=false +player_7_button_l="engine:keyboard,code:81,toggle:0" +player_7_button_r\default=false +player_7_button_r="engine:keyboard,code:69,toggle:0" +player_7_button_zl\default=false +player_7_button_zl="engine:keyboard,code:82,toggle:0" +player_7_button_zr\default=false +player_7_button_zr="engine:keyboard,code:84,toggle:0" +player_7_button_plus\default=false +player_7_button_plus="engine:keyboard,code:77,toggle:0" +player_7_button_minus\default=false +player_7_button_minus="engine:keyboard,code:78,toggle:0" +player_7_button_dleft\default=false +player_7_button_dleft="engine:keyboard,code:16777234,toggle:0" +player_7_button_dup\default=false +player_7_button_dup="engine:keyboard,code:16777235,toggle:0" +player_7_button_dright\default=false +player_7_button_dright="engine:keyboard,code:16777236,toggle:0" +player_7_button_ddown\default=false +player_7_button_ddown="engine:keyboard,code:16777237,toggle:0" +player_7_button_slleft\default=false +player_7_button_slleft="engine:keyboard,code:81,toggle:0" +player_7_button_srleft\default=false +player_7_button_srleft="engine:keyboard,code:69,toggle:0" +player_7_button_home\default=false +player_7_button_home="engine:keyboard,code:0,toggle:0" +player_7_button_screenshot\default=false +player_7_button_screenshot="engine:keyboard,code:0,toggle:0" +player_7_button_slright\default=false +player_7_button_slright="engine:keyboard,code:81,toggle:0" +player_7_button_srright\default=false +player_7_button_srright="engine:keyboard,code:69,toggle:0" +player_7_lstick\default=false +player_7_lstick="engine:analog_from_button,up:engine$0keyboard$1code$087$1toggle$00,down:engine$0keyboard$1code$083$1toggle$00,left:engine$0keyboard$1code$065$1toggle$00,right:engine$0keyboard$1code$068$1toggle$00,modifier:engine$0keyboard$1code$016777248$1toggle$00,modifier_scale:0.500000" +player_7_rstick\default=false +player_7_rstick="engine:analog_from_button,up:engine$0keyboard$1code$073$1toggle$00,down:engine$0keyboard$1code$075$1toggle$00,left:engine$0keyboard$1code$074$1toggle$00,right:engine$0keyboard$1code$076$1toggle$00,modifier:engine$0keyboard$1code$00$1toggle$00,modifier_scale:0.500000" +player_7_motionleft\default=false +player_7_motionleft="engine:keyboard,code:55,toggle:0" +player_7_motionright\default=false +player_7_motionright="engine:keyboard,code:56,toggle:0" +player_8_button_a\default=false +player_8_button_a="engine:keyboard,code:67,toggle:0" +player_8_button_b\default=false +player_8_button_b="engine:keyboard,code:88,toggle:0" +player_8_button_x\default=false +player_8_button_x="engine:keyboard,code:86,toggle:0" +player_8_button_y\default=false +player_8_button_y="engine:keyboard,code:90,toggle:0" +player_8_button_lstick\default=false +player_8_button_lstick="engine:keyboard,code:70,toggle:0" +player_8_button_rstick\default=false +player_8_button_rstick="engine:keyboard,code:71,toggle:0" +player_8_button_l\default=false +player_8_button_l="engine:keyboard,code:81,toggle:0" +player_8_button_r\default=false +player_8_button_r="engine:keyboard,code:69,toggle:0" +player_8_button_zl\default=false +player_8_button_zl="engine:keyboard,code:82,toggle:0" +player_8_button_zr\default=false +player_8_button_zr="engine:keyboard,code:84,toggle:0" +player_8_button_plus\default=false +player_8_button_plus="engine:keyboard,code:77,toggle:0" +player_8_button_minus\default=false +player_8_button_minus="engine:keyboard,code:78,toggle:0" +player_8_button_dleft\default=false +player_8_button_dleft="engine:keyboard,code:16777234,toggle:0" +player_8_button_dup\default=false +player_8_button_dup="engine:keyboard,code:16777235,toggle:0" +player_8_button_dright\default=false +player_8_button_dright="engine:keyboard,code:16777236,toggle:0" +player_8_button_ddown\default=false +player_8_button_ddown="engine:keyboard,code:16777237,toggle:0" +player_8_button_slleft\default=false +player_8_button_slleft="engine:keyboard,code:81,toggle:0" +player_8_button_srleft\default=false +player_8_button_srleft="engine:keyboard,code:69,toggle:0" +player_8_button_home\default=false +player_8_button_home="engine:keyboard,code:0,toggle:0" +player_8_button_screenshot\default=false +player_8_button_screenshot="engine:keyboard,code:0,toggle:0" +player_8_button_slright\default=false +player_8_button_slright="engine:keyboard,code:81,toggle:0" +player_8_button_srright\default=false +player_8_button_srright="engine:keyboard,code:69,toggle:0" +player_8_lstick\default=false +player_8_lstick="engine:analog_from_button,up:engine$0keyboard$1code$087$1toggle$00,down:engine$0keyboard$1code$083$1toggle$00,left:engine$0keyboard$1code$065$1toggle$00,right:engine$0keyboard$1code$068$1toggle$00,modifier:engine$0keyboard$1code$016777248$1toggle$00,modifier_scale:0.500000" +player_8_rstick\default=false +player_8_rstick="engine:analog_from_button,up:engine$0keyboard$1code$073$1toggle$00,down:engine$0keyboard$1code$075$1toggle$00,left:engine$0keyboard$1code$074$1toggle$00,right:engine$0keyboard$1code$076$1toggle$00,modifier:engine$0keyboard$1code$00$1toggle$00,modifier_scale:0.500000" +player_8_motionleft\default=false +player_8_motionleft="engine:keyboard,code:55,toggle:0" +player_8_motionright\default=false +player_8_motionright="engine:keyboard,code:56,toggle:0" +player_9_button_a\default=false +player_9_button_a="engine:keyboard,code:67,toggle:0" +player_9_button_b\default=false +player_9_button_b="engine:keyboard,code:88,toggle:0" +player_9_button_x\default=false +player_9_button_x="engine:keyboard,code:86,toggle:0" +player_9_button_y\default=false +player_9_button_y="engine:keyboard,code:90,toggle:0" +player_9_button_lstick\default=false +player_9_button_lstick="engine:keyboard,code:70,toggle:0" +player_9_button_rstick\default=false +player_9_button_rstick="engine:keyboard,code:71,toggle:0" +player_9_button_l\default=false +player_9_button_l="engine:keyboard,code:81,toggle:0" +player_9_button_r\default=false +player_9_button_r="engine:keyboard,code:69,toggle:0" +player_9_button_zl\default=false +player_9_button_zl="engine:keyboard,code:82,toggle:0" +player_9_button_zr\default=false +player_9_button_zr="engine:keyboard,code:84,toggle:0" +player_9_button_plus\default=false +player_9_button_plus="engine:keyboard,code:77,toggle:0" +player_9_button_minus\default=false +player_9_button_minus="engine:keyboard,code:78,toggle:0" +player_9_button_dleft\default=false +player_9_button_dleft="engine:keyboard,code:16777234,toggle:0" +player_9_button_dup\default=false +player_9_button_dup="engine:keyboard,code:16777235,toggle:0" +player_9_button_dright\default=false +player_9_button_dright="engine:keyboard,code:16777236,toggle:0" +player_9_button_ddown\default=false +player_9_button_ddown="engine:keyboard,code:16777237,toggle:0" +player_9_button_slleft\default=false +player_9_button_slleft="engine:keyboard,code:81,toggle:0" +player_9_button_srleft\default=false +player_9_button_srleft="engine:keyboard,code:69,toggle:0" +player_9_button_home\default=false +player_9_button_home="engine:keyboard,code:0,toggle:0" +player_9_button_screenshot\default=false +player_9_button_screenshot="engine:keyboard,code:0,toggle:0" +player_9_button_slright\default=false +player_9_button_slright="engine:keyboard,code:81,toggle:0" +player_9_button_srright\default=false +player_9_button_srright="engine:keyboard,code:69,toggle:0" +player_9_lstick\default=false +player_9_lstick="engine:analog_from_button,up:engine$0keyboard$1code$087$1toggle$00,down:engine$0keyboard$1code$083$1toggle$00,left:engine$0keyboard$1code$065$1toggle$00,right:engine$0keyboard$1code$068$1toggle$00,modifier:engine$0keyboard$1code$016777248$1toggle$00,modifier_scale:0.500000" +player_9_rstick\default=false +player_9_rstick="engine:analog_from_button,up:engine$0keyboard$1code$073$1toggle$00,down:engine$0keyboard$1code$075$1toggle$00,left:engine$0keyboard$1code$074$1toggle$00,right:engine$0keyboard$1code$076$1toggle$00,modifier:engine$0keyboard$1code$00$1toggle$00,modifier_scale:0.500000" +player_9_motionleft\default=false +player_9_motionleft="engine:keyboard,code:55,toggle:0" +player_9_motionright\default=false +player_9_motionright="engine:keyboard,code:56,toggle:0" +debug_pad_button_a\default=false +debug_pad_button_a="engine:keyboard,code:67,toggle:0" +debug_pad_button_b\default=false +debug_pad_button_b="engine:keyboard,code:88,toggle:0" +debug_pad_button_x\default=false +debug_pad_button_x="engine:keyboard,code:86,toggle:0" +debug_pad_button_y\default=false +debug_pad_button_y="engine:keyboard,code:90,toggle:0" +debug_pad_button_lstick\default=false +debug_pad_button_lstick="engine:keyboard,code:70,toggle:0" +debug_pad_button_rstick\default=false +debug_pad_button_rstick="engine:keyboard,code:71,toggle:0" +debug_pad_button_l\default=false +debug_pad_button_l="engine:keyboard,code:81,toggle:0" +debug_pad_button_r\default=false +debug_pad_button_r="engine:keyboard,code:69,toggle:0" +debug_pad_button_zl\default=false +debug_pad_button_zl="engine:keyboard,code:82,toggle:0" +debug_pad_button_zr\default=false +debug_pad_button_zr="engine:keyboard,code:84,toggle:0" +debug_pad_button_plus\default=false +debug_pad_button_plus="engine:keyboard,code:77,toggle:0" +debug_pad_button_minus\default=false +debug_pad_button_minus="engine:keyboard,code:78,toggle:0" +debug_pad_button_dleft\default=false +debug_pad_button_dleft="engine:keyboard,code:16777234,toggle:0" +debug_pad_button_dup\default=false +debug_pad_button_dup="engine:keyboard,code:16777235,toggle:0" +debug_pad_button_dright\default=false +debug_pad_button_dright="engine:keyboard,code:16777236,toggle:0" +debug_pad_button_ddown\default=false +debug_pad_button_ddown="engine:keyboard,code:16777237,toggle:0" +debug_pad_button_slleft\default=false +debug_pad_button_slleft="engine:keyboard,code:81,toggle:0" +debug_pad_button_srleft\default=false +debug_pad_button_srleft="engine:keyboard,code:69,toggle:0" +debug_pad_button_home\default=false +debug_pad_button_home="engine:keyboard,code:0,toggle:0" +debug_pad_button_screenshot\default=false +debug_pad_button_screenshot="engine:keyboard,code:0,toggle:0" +debug_pad_button_slright\default=false +debug_pad_button_slright="engine:keyboard,code:81,toggle:0" +debug_pad_button_srright\default=false +debug_pad_button_srright="engine:keyboard,code:69,toggle:0" +debug_pad_lstick\default=false +debug_pad_lstick="engine:analog_from_button,up:engine$0keyboard$1code$087$1toggle$00,down:engine$0keyboard$1code$083$1toggle$00,left:engine$0keyboard$1code$065$1toggle$00,right:engine$0keyboard$1code$068$1toggle$00,modifier:engine$0keyboard$1code$016777248$1toggle$00,modifier_scale:0.500000" +debug_pad_rstick\default=false +debug_pad_rstick="engine:analog_from_button,up:engine$0keyboard$1code$073$1toggle$00,down:engine$0keyboard$1code$075$1toggle$00,left:engine$0keyboard$1code$074$1toggle$00,right:engine$0keyboard$1code$076$1toggle$00,modifier:engine$0keyboard$1code$00$1toggle$00,modifier_scale:0.500000" +ring_controller\default=false +ring_controller="engine:analog_from_button,up:engine$0keyboard$1code$00$1toggle$00,down:engine$0keyboard$1code$00$1toggle$00,left:engine$0keyboard$1code$065$1toggle$00,right:engine$0keyboard$1code$068$1toggle$00,modifier:engine$0keyboard$1code$00$1toggle$00,modifier_scale:0.050000" + + +[Data%20Storage] +nand_directory\default=false +nand_directory=/config/.local/share/eden/nand +sdmc_directory\default=false +sdmc_directory=/config/.local/share/eden/sdmc +load_directory\default=false +load_directory=/config/.local/share/eden/load +dump_directory\default=false +dump_directory=/config/.local/share/eden/dump +tas_directory\default=false +tas_directory=/config/.local/share/eden/tas +save_directory\default=true +save_directory= +use_virtual_sd\default=true +use_virtual_sd=true +gamecard_inserted\default=true +gamecard_inserted=false +gamecard_current_game\default=true +gamecard_current_game=false +gamecard_path\default=true +gamecard_path= + + +[Debugging] +record_frame_times=false +use_gdbstub\default=true +use_gdbstub=false +gdbstub_port\default=true +gdbstub_port=6543 +program_args\default=true +program_args= +dump_exefs\default=true +dump_exefs=false +dump_nso\default=true +dump_nso=false +enable_fs_access_log\default=true +enable_fs_access_log=false +quest_flag\default=true +quest_flag=false +use_debug_asserts\default=true +use_debug_asserts=false +use_auto_stub\default=true +use_auto_stub=false +enable_all_controllers\default=true +enable_all_controllers=false +perform_vulkan_check\default=true +perform_vulkan_check=true +disable_web_applet\default=true +disable_web_applet=true +gpu_logging_enabled\default=true +gpu_logging_enabled=false +gpu_log_level\default=true +gpu_log_level=2 +gpu_log_vulkan_calls\default=true +gpu_log_vulkan_calls=true +gpu_log_shader_dumps\default=true +gpu_log_shader_dumps=false +gpu_log_memory_tracking\default=true +gpu_log_memory_tracking=true +gpu_log_driver_debug\default=true +gpu_log_driver_debug=true +gpu_log_ring_buffer_size\default=true +gpu_log_ring_buffer_size=512 +debug_knobs\default=true +debug_knobs=0 +disable_macro_jit\default=true +disable_macro_jit=false +disable_macro_hle\default=true +disable_macro_hle=false + + +[WebService] +web_api_url\default=true +web_api_url=api.ynet-fun.xyz +eden_username\default=true +eden_username=Eden +eden_token\default=false +eden_token=fjjaxmjvdzciakeagrlfugdzzuzrianeszvkpxrltsxfijlc + + +[Miscellaneous] +log_filter\default=true +log_filter="*:Info" +flush_line\default=true +flush_line=false +censor_username\default=true +censor_username=true +first_launch\default=true +first_launch=true + + +[LibraryApplet] +cabinet_applet_mode\default=true +cabinet_applet_mode=1 +controller_applet_mode\default=true +controller_applet_mode=0 +data_erase_applet_mode\default=true +data_erase_applet_mode=0 +error_applet_mode\default=true +error_applet_mode=1 +net_connect_applet_mode\default=true +net_connect_applet_mode=1 +player_select_applet_mode\default=true +player_select_applet_mode=1 +swkbd_applet_mode\default=true +swkbd_applet_mode=0 +mii_edit_applet_mode\default=true +mii_edit_applet_mode=1 +web_applet_mode\default=true +web_applet_mode=0 +shop_applet_mode\default=true +shop_applet_mode=0 +photo_viewer_applet_mode\default=true +photo_viewer_applet_mode=1 +offline_web_applet_mode\default=true +offline_web_applet_mode=1 +login_share_applet_mode\default=true +login_share_applet_mode=0 +wifi_web_auth_applet_mode\default=true +wifi_web_auth_applet_mode=0 +my_page_applet_mode\default=true +my_page_applet_mode=1 + + +[Services] +network_interface\default=false +network_interface=None +airplane_mode\default=true +airplane_mode=false + + +[Core] +use_multi_core\default=true +use_multi_core=true +memory_layout_mode\default=true +memory_layout_mode=0 +use_speed_limit\default=true +use_speed_limit=true +speed_limit\default=true +speed_limit=100 +slow_speed_limit\default=true +slow_speed_limit=50 +turbo_speed_limit\default=true +turbo_speed_limit=200 +sync_core_speed\default=true +sync_core_speed=false +enable_overlay\default=true +enable_overlay=false + + +[Cpu] +cpu_backend\default=true +cpu_backend=0 +cpu_accuracy\default=true +cpu_accuracy=0 +fast_cpu_time\default=true +fast_cpu_time=0 +use_custom_cpu_ticks\default=true +use_custom_cpu_ticks=false +cpu_ticks\default=true +cpu_ticks=16000 +vtable_bouncing\default=true +vtable_bouncing=true +cpuopt_page_tables\default=true +cpuopt_page_tables=true +cpuopt_block_linking\default=true +cpuopt_block_linking=true +cpuopt_return_stack_buffer\default=true +cpuopt_return_stack_buffer=true +cpuopt_fast_dispatcher\default=true +cpuopt_fast_dispatcher=true +cpuopt_context_elimination\default=true +cpuopt_context_elimination=true +cpuopt_const_prop\default=true +cpuopt_const_prop=true +cpuopt_misc_ir\default=true +cpuopt_misc_ir=true +cpuopt_reduce_misalign_checks\default=true +cpuopt_reduce_misalign_checks=true +cpuopt_fastmem\default=true +cpuopt_fastmem=true +cpuopt_fastmem_exclusives\default=true +cpuopt_fastmem_exclusives=true +cpuopt_recompile_exclusives\default=true +cpuopt_recompile_exclusives=true +cpuopt_ignore_memory_aborts\default=true +cpuopt_ignore_memory_aborts=true +cpuopt_unsafe_host_mmu\default=true +cpuopt_unsafe_host_mmu=true +cpuopt_unsafe_unfuse_fma\default=true +cpuopt_unsafe_unfuse_fma=true +cpuopt_unsafe_reduce_fp_error\default=true +cpuopt_unsafe_reduce_fp_error=true +cpuopt_unsafe_ignore_standard_fpcr\default=true +cpuopt_unsafe_ignore_standard_fpcr=true +cpuopt_unsafe_inaccurate_nan\default=true +cpuopt_unsafe_inaccurate_nan=true +cpuopt_unsafe_fastmem_check\default=true +cpuopt_unsafe_fastmem_check=true +cpuopt_unsafe_ignore_global_monitor\default=true +cpuopt_unsafe_ignore_global_monitor=true + + +[Renderer] +backend\default=true +backend=1 +vulkan_device\default=true +vulkan_device=0 +resolution_setup\default=true +resolution_setup=3 +use_vsync\default=true +use_vsync=2 +scaling_filter\default=true +scaling_filter=1 +fsr_sharpening_slider\default=true +fsr_sharpening_slider=25 +aspect_ratio\default=true +aspect_ratio=0 +anti_aliasing\default=true +anti_aliasing=0 +optimize_spirv_output\default=true +optimize_spirv_output=0 +use_asynchronous_gpu_emulation\default=true +use_asynchronous_gpu_emulation=true +fullscreen_mode\default=true +fullscreen_mode=1 +bg_red\default=true +bg_red=0 +bg_green\default=true +bg_green=0 +bg_blue\default=true +bg_blue=0 +gpu_accuracy\default=true +gpu_accuracy=1 +dma_accuracy\default=true +dma_accuracy=0 +vram_usage_mode\default=true +vram_usage_mode=0 +nvdec_emulation\default=true +nvdec_emulation=2 +max_anisotropy\default=true +max_anisotropy=0 +accelerate_astc\default=true +accelerate_astc=1 +frame_pacing_mode\default=true +frame_pacing_mode=0 +astc_recompression\default=true +astc_recompression=0 +sync_memory_operations\default=true +sync_memory_operations=false +force_max_clock\default=true +force_max_clock=false +use_disk_shader_cache\default=true +use_disk_shader_cache=true +use_vulkan_driver_pipeline_cache\default=true +use_vulkan_driver_pipeline_cache=true +enable_compute_pipelines\default=true +enable_compute_pipelines=false +use_video_framerate\default=true +use_video_framerate=false +use_reactive_flushing\default=true +use_reactive_flushing=true +barrier_feedback_loops\default=true +barrier_feedback_loops=true +enable_buffer_history\default=true +enable_buffer_history=false +fast_gpu_time\default=true +fast_gpu_time=1 +skip_cpu_inner_invalidation\default=true +skip_cpu_inner_invalidation=false +async_presentation\default=true +async_presentation=false +fix_bloom_effects\default=true +fix_bloom_effects=false +use_asynchronous_shaders\default=true +use_asynchronous_shaders=false +gpu_unswizzle_texture_size\default=true +gpu_unswizzle_texture_size=3 +gpu_unswizzle_stream_size\default=true +gpu_unswizzle_stream_size=3 +gpu_unswizzle_chunk_size\default=true +gpu_unswizzle_chunk_size=3 +gpu_unswizzle_enabled\default=true +gpu_unswizzle_enabled=false +dyna_state\default=true +dyna_state=2 +sample_shading_fraction\default=true +sample_shading_fraction=0 +vertex_input_dynamic_state\default=true +vertex_input_dynamic_state=true +provoking_vertex\default=true +provoking_vertex=false +descriptor_indexing\default=true +descriptor_indexing=false +debug\default=true +debug=false +shader_feedback\default=true +shader_feedback=false +nsight_aftermath\default=true +nsight_aftermath=false +disable_shader_loop_safety_checks\default=true +disable_shader_loop_safety_checks=false +renderdoc_hotkey\default=true +renderdoc_hotkey=false +disable_buffer_reorder\default=true +disable_buffer_reorder=false + + +[Audio] +output_engine\default=true +output_engine=0 +output_device\default=true +output_device=auto +input_device\default=true +input_device=auto +volume\default=true +volume=100 +audio_muted\default=true +audio_muted=false +muteWhenInBackground\default=true +muteWhenInBackground=false + + +[System] +language_index\default=true +language_index=1 +region_index\default=true +region_index=1 +time_zone_index\default=true +time_zone_index=0 +serial_battery\default=false +serial_battery=2757517343 +serial_unit\default=false +serial_unit=2645464894 +custom_rtc_enabled\default=true +custom_rtc_enabled=false +custom_rtc_offset\default=true +custom_rtc_offset=0 +rng_seed_enabled\default=true +rng_seed_enabled=false +rng_seed\default=true +rng_seed=0 +device_name\default=true +device_name=Eden +current_user\default=true +current_user=0 +use_docked_mode\default=true +use_docked_mode=1 +sound_index\default=true +sound_index=1 + + +[UI] +UIGameList\favorites\size=0 +UIGameList\ryujinx_linked\size=0 +Paths\gamedirs\size=3 +Paths\external_content_dirs\size=0 +Multiplayer\username_ban_list\size=0 +Multiplayer\ip_ban_list\size=0 +singleWindowMode\default=true +singleWindowMode=true +fullscreen\default=true +fullscreen=false +showFilterBar\default=true +showFilterBar=true +showStatusBar\default=true +showStatusBar=true +firstStart\default=false +firstStart=false +enable_discord_presence\default=true +enable_discord_presence=false +showConsole\default=true +showConsole=false +calloutFlags\default=true +calloutFlags=0 +confirmStop\default=true +confirmStop=0 +pauseWhenInBackground\default=true +pauseWhenInBackground=false +hideInactiveMouse\default=true +hideInactiveMouse=true +disableControllerApplet\default=true +disableControllerApplet=false +select_user_on_boot\default=true +select_user_on_boot=false +check_for_updates\default=true +check_for_updates=true +enable_gamemode\default=true +enable_gamemode=true +gui_force_x11\default=true +gui_force_x11=false +gui_hide_backend_warning\default=true +gui_hide_backend_warning=false +theme\default=false +theme=colorful +UIGameList\show_add_ons\default=true +UIGameList\show_add_ons=true +UIGameList\game_icon_size\default=true +UIGameList\game_icon_size=64 +UIGameList\folder_icon_size\default=true +UIGameList\folder_icon_size=48 +UIGameList\row_1_text_id\default=true +UIGameList\row_1_text_id=3 +UIGameList\row_2_text_id\default=true +UIGameList\row_2_text_id=2 +UIGameList\game_list_mode\default=true +UIGameList\game_list_mode=0 +UIGameList\show_game_name\default=true +UIGameList\show_game_name=true +UIGameList\cache_game_list\default=true +UIGameList\cache_game_list=true +UIGameList\favorites_expanded\default=true +UIGameList\favorites_expanded=true +UIGameList\show_compat\default=true +UIGameList\show_compat=true +UIGameList\show_size\default=true +UIGameList\show_size=true +UIGameList\show_types\default=true +UIGameList\show_types=true +UIGameList\show_play_time\default=true +UIGameList\show_play_time=true +Paths\language\default=true +Paths\language= +Paths\romsPath= +Paths\gamedirs\1\path=SDMC +Paths\gamedirs\1\deep_scan\default=true +Paths\gamedirs\1\deep_scan=false +Paths\gamedirs\1\expanded\default=true +Paths\gamedirs\1\expanded=true +Paths\gamedirs\2\path=UserNAND +Paths\gamedirs\2\deep_scan\default=true +Paths\gamedirs\2\deep_scan=false +Paths\gamedirs\2\expanded\default=true +Paths\gamedirs\2\expanded=true +Paths\gamedirs\3\path=SysNAND +Paths\gamedirs\3\deep_scan\default=true +Paths\gamedirs\3\deep_scan=false +Paths\gamedirs\3\expanded\default=true +Paths\gamedirs\3\expanded=true +Paths\recentFiles= +Screenshots\screenshot_path=/config/.local/share/eden/screenshots +Screenshots\enable_screenshot_save_as\default=true +Screenshots\enable_screenshot_save_as=true +Screenshots\screenshot_height\default=true +Screenshots\screenshot_height=0 +Shortcuts\Main%20Window\Audio%20Mute\Unmute\KeySeq\default=false +Shortcuts\Main%20Window\Audio%20Mute\Unmute\KeySeq=Ctrl+M +Shortcuts\Main%20Window\Audio%20Mute\Unmute\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Audio%20Mute\Unmute\Controller_KeySeq=Home+Dpad_Right +Shortcuts\Main%20Window\Audio%20Mute\Unmute\Context\default=true +Shortcuts\Main%20Window\Audio%20Mute\Unmute\Context=1 +Shortcuts\Main%20Window\Audio%20Mute\Unmute\Repeat\default=true +Shortcuts\Main%20Window\Audio%20Mute\Unmute\Repeat=false +Shortcuts\Main%20Window\Audio%20Volume%20Down\KeySeq\default=false +Shortcuts\Main%20Window\Audio%20Volume%20Down\KeySeq=- +Shortcuts\Main%20Window\Audio%20Volume%20Down\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Audio%20Volume%20Down\Controller_KeySeq=Home+Dpad_Down +Shortcuts\Main%20Window\Audio%20Volume%20Down\Context\default=true +Shortcuts\Main%20Window\Audio%20Volume%20Down\Context=2 +Shortcuts\Main%20Window\Audio%20Volume%20Down\Repeat\default=true +Shortcuts\Main%20Window\Audio%20Volume%20Down\Repeat=true +Shortcuts\Main%20Window\Audio%20Volume%20Up\KeySeq\default=false +Shortcuts\Main%20Window\Audio%20Volume%20Up\KeySeq="=" +Shortcuts\Main%20Window\Audio%20Volume%20Up\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Audio%20Volume%20Up\Controller_KeySeq=Home+Dpad_Up +Shortcuts\Main%20Window\Audio%20Volume%20Up\Context\default=true +Shortcuts\Main%20Window\Audio%20Volume%20Up\Context=2 +Shortcuts\Main%20Window\Audio%20Volume%20Up\Repeat\default=true +Shortcuts\Main%20Window\Audio%20Volume%20Up\Repeat=true +Shortcuts\Main%20Window\Capture%20Screenshot\KeySeq\default=false +Shortcuts\Main%20Window\Capture%20Screenshot\KeySeq=Ctrl+P +Shortcuts\Main%20Window\Capture%20Screenshot\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Capture%20Screenshot\Controller_KeySeq=Screenshot +Shortcuts\Main%20Window\Capture%20Screenshot\Context\default=false +Shortcuts\Main%20Window\Capture%20Screenshot\Context=3 +Shortcuts\Main%20Window\Capture%20Screenshot\Repeat\default=true +Shortcuts\Main%20Window\Capture%20Screenshot\Repeat=false +Shortcuts\Main%20Window\Change%20Adapting%20Filter\KeySeq\default=false +Shortcuts\Main%20Window\Change%20Adapting%20Filter\KeySeq=F8 +Shortcuts\Main%20Window\Change%20Adapting%20Filter\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Change%20Adapting%20Filter\Controller_KeySeq=Home+L +Shortcuts\Main%20Window\Change%20Adapting%20Filter\Context\default=true +Shortcuts\Main%20Window\Change%20Adapting%20Filter\Context=2 +Shortcuts\Main%20Window\Change%20Adapting%20Filter\Repeat\default=true +Shortcuts\Main%20Window\Change%20Adapting%20Filter\Repeat=false +Shortcuts\Main%20Window\Change%20Docked%20Mode\KeySeq\default=false +Shortcuts\Main%20Window\Change%20Docked%20Mode\KeySeq=F10 +Shortcuts\Main%20Window\Change%20Docked%20Mode\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Change%20Docked%20Mode\Controller_KeySeq=Home+X +Shortcuts\Main%20Window\Change%20Docked%20Mode\Context\default=true +Shortcuts\Main%20Window\Change%20Docked%20Mode\Context=2 +Shortcuts\Main%20Window\Change%20Docked%20Mode\Repeat\default=true +Shortcuts\Main%20Window\Change%20Docked%20Mode\Repeat=false +Shortcuts\Main%20Window\Change%20GPU%20Mode\KeySeq\default=false +Shortcuts\Main%20Window\Change%20GPU%20Mode\KeySeq=F9 +Shortcuts\Main%20Window\Change%20GPU%20Mode\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Change%20GPU%20Mode\Controller_KeySeq=Home+R +Shortcuts\Main%20Window\Change%20GPU%20Mode\Context\default=false +Shortcuts\Main%20Window\Change%20GPU%20Mode\Context=2 +Shortcuts\Main%20Window\Change%20GPU%20Mode\Repeat\default=true +Shortcuts\Main%20Window\Change%20GPU%20Mode\Repeat=false +Shortcuts\Main%20Window\Configure\KeySeq\default=false +Shortcuts\Main%20Window\Configure\KeySeq="Ctrl+," +Shortcuts\Main%20Window\Configure\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Configure\Controller_KeySeq= +Shortcuts\Main%20Window\Configure\Context\default=true +Shortcuts\Main%20Window\Configure\Context=3 +Shortcuts\Main%20Window\Configure\Repeat\default=true +Shortcuts\Main%20Window\Configure\Repeat=false +Shortcuts\Main%20Window\Configure%20Current%20Game\KeySeq\default=false +Shortcuts\Main%20Window\Configure%20Current%20Game\KeySeq=Ctrl+. +Shortcuts\Main%20Window\Configure%20Current%20Game\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Configure%20Current%20Game\Controller_KeySeq= +Shortcuts\Main%20Window\Configure%20Current%20Game\Context\default=false +Shortcuts\Main%20Window\Configure%20Current%20Game\Context=3 +Shortcuts\Main%20Window\Configure%20Current%20Game\Repeat\default=true +Shortcuts\Main%20Window\Configure%20Current%20Game\Repeat=false +Shortcuts\Main%20Window\Continue\Pause%20Emulation\KeySeq\default=false +Shortcuts\Main%20Window\Continue\Pause%20Emulation\KeySeq=F4 +Shortcuts\Main%20Window\Continue\Pause%20Emulation\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Continue\Pause%20Emulation\Controller_KeySeq=Home+Plus +Shortcuts\Main%20Window\Continue\Pause%20Emulation\Context\default=true +Shortcuts\Main%20Window\Continue\Pause%20Emulation\Context=1 +Shortcuts\Main%20Window\Continue\Pause%20Emulation\Repeat\default=true +Shortcuts\Main%20Window\Continue\Pause%20Emulation\Repeat=false +Shortcuts\Main%20Window\Exit%20Fullscreen\KeySeq\default=false +Shortcuts\Main%20Window\Exit%20Fullscreen\KeySeq=Esc +Shortcuts\Main%20Window\Exit%20Fullscreen\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Exit%20Fullscreen\Controller_KeySeq= +Shortcuts\Main%20Window\Exit%20Fullscreen\Context\default=false +Shortcuts\Main%20Window\Exit%20Fullscreen\Context=1 +Shortcuts\Main%20Window\Exit%20Fullscreen\Repeat\default=true +Shortcuts\Main%20Window\Exit%20Fullscreen\Repeat=false +Shortcuts\Main%20Window\Exit%20Eden\KeySeq\default=false +Shortcuts\Main%20Window\Exit%20Eden\KeySeq=Ctrl+Q +Shortcuts\Main%20Window\Exit%20Eden\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Exit%20Eden\Controller_KeySeq=Home+Minus +Shortcuts\Main%20Window\Exit%20Eden\Context\default=false +Shortcuts\Main%20Window\Exit%20Eden\Context=1 +Shortcuts\Main%20Window\Exit%20Eden\Repeat\default=true +Shortcuts\Main%20Window\Exit%20Eden\Repeat=false +Shortcuts\Main%20Window\Fullscreen\KeySeq\default=false +Shortcuts\Main%20Window\Fullscreen\KeySeq=F11 +Shortcuts\Main%20Window\Fullscreen\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Fullscreen\Controller_KeySeq=Home+B +Shortcuts\Main%20Window\Fullscreen\Context\default=false +Shortcuts\Main%20Window\Fullscreen\Context=1 +Shortcuts\Main%20Window\Fullscreen\Repeat\default=true +Shortcuts\Main%20Window\Fullscreen\Repeat=false +Shortcuts\Main%20Window\Load%20File\KeySeq\default=false +Shortcuts\Main%20Window\Load%20File\KeySeq=Ctrl+O +Shortcuts\Main%20Window\Load%20File\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Load%20File\Controller_KeySeq= +Shortcuts\Main%20Window\Load%20File\Context\default=false +Shortcuts\Main%20Window\Load%20File\Context=3 +Shortcuts\Main%20Window\Load%20File\Repeat\default=true +Shortcuts\Main%20Window\Load%20File\Repeat=false +Shortcuts\Main%20Window\Load\Remove%20Amiibo\KeySeq\default=false +Shortcuts\Main%20Window\Load\Remove%20Amiibo\KeySeq=F2 +Shortcuts\Main%20Window\Load\Remove%20Amiibo\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Load\Remove%20Amiibo\Controller_KeySeq=Home+A +Shortcuts\Main%20Window\Load\Remove%20Amiibo\Context\default=false +Shortcuts\Main%20Window\Load\Remove%20Amiibo\Context=3 +Shortcuts\Main%20Window\Load\Remove%20Amiibo\Repeat\default=true +Shortcuts\Main%20Window\Load\Remove%20Amiibo\Repeat=false +Shortcuts\Main%20Window\Browse%20Public%20Game%20Lobby\KeySeq\default=false +Shortcuts\Main%20Window\Browse%20Public%20Game%20Lobby\KeySeq=Ctrl+B +Shortcuts\Main%20Window\Browse%20Public%20Game%20Lobby\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Browse%20Public%20Game%20Lobby\Controller_KeySeq= +Shortcuts\Main%20Window\Browse%20Public%20Game%20Lobby\Context\default=false +Shortcuts\Main%20Window\Browse%20Public%20Game%20Lobby\Context=2 +Shortcuts\Main%20Window\Browse%20Public%20Game%20Lobby\Repeat\default=true +Shortcuts\Main%20Window\Browse%20Public%20Game%20Lobby\Repeat=false +Shortcuts\Main%20Window\Create%20Room\KeySeq\default=false +Shortcuts\Main%20Window\Create%20Room\KeySeq=Ctrl+N +Shortcuts\Main%20Window\Create%20Room\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Create%20Room\Controller_KeySeq= +Shortcuts\Main%20Window\Create%20Room\Context\default=false +Shortcuts\Main%20Window\Create%20Room\Context=2 +Shortcuts\Main%20Window\Create%20Room\Repeat\default=true +Shortcuts\Main%20Window\Create%20Room\Repeat=false +Shortcuts\Main%20Window\Direct%20Connect%20to%20Room\KeySeq\default=false +Shortcuts\Main%20Window\Direct%20Connect%20to%20Room\KeySeq=Ctrl+C +Shortcuts\Main%20Window\Direct%20Connect%20to%20Room\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Direct%20Connect%20to%20Room\Controller_KeySeq= +Shortcuts\Main%20Window\Direct%20Connect%20to%20Room\Context\default=false +Shortcuts\Main%20Window\Direct%20Connect%20to%20Room\Context=2 +Shortcuts\Main%20Window\Direct%20Connect%20to%20Room\Repeat\default=true +Shortcuts\Main%20Window\Direct%20Connect%20to%20Room\Repeat=false +Shortcuts\Main%20Window\Leave%20Room\KeySeq\default=false +Shortcuts\Main%20Window\Leave%20Room\KeySeq=Ctrl+L +Shortcuts\Main%20Window\Leave%20Room\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Leave%20Room\Controller_KeySeq= +Shortcuts\Main%20Window\Leave%20Room\Context\default=true +Shortcuts\Main%20Window\Leave%20Room\Context=2 +Shortcuts\Main%20Window\Leave%20Room\Repeat\default=true +Shortcuts\Main%20Window\Leave%20Room\Repeat=false +Shortcuts\Main%20Window\Show%20Current%20Room\KeySeq\default=false +Shortcuts\Main%20Window\Show%20Current%20Room\KeySeq=Ctrl+R +Shortcuts\Main%20Window\Show%20Current%20Room\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Show%20Current%20Room\Controller_KeySeq= +Shortcuts\Main%20Window\Show%20Current%20Room\Context\default=false +Shortcuts\Main%20Window\Show%20Current%20Room\Context=2 +Shortcuts\Main%20Window\Show%20Current%20Room\Repeat\default=true +Shortcuts\Main%20Window\Show%20Current%20Room\Repeat=false +Shortcuts\Main%20Window\Restart%20Emulation\KeySeq\default=false +Shortcuts\Main%20Window\Restart%20Emulation\KeySeq=F6 +Shortcuts\Main%20Window\Restart%20Emulation\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Restart%20Emulation\Controller_KeySeq=R+Plus+Minus +Shortcuts\Main%20Window\Restart%20Emulation\Context\default=false +Shortcuts\Main%20Window\Restart%20Emulation\Context=1 +Shortcuts\Main%20Window\Restart%20Emulation\Repeat\default=true +Shortcuts\Main%20Window\Restart%20Emulation\Repeat=false +Shortcuts\Main%20Window\Stop%20Emulation\KeySeq\default=false +Shortcuts\Main%20Window\Stop%20Emulation\KeySeq=F5 +Shortcuts\Main%20Window\Stop%20Emulation\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Stop%20Emulation\Controller_KeySeq=L+Plus+Minus +Shortcuts\Main%20Window\Stop%20Emulation\Context\default=true +Shortcuts\Main%20Window\Stop%20Emulation\Context=1 +Shortcuts\Main%20Window\Stop%20Emulation\Repeat\default=true +Shortcuts\Main%20Window\Stop%20Emulation\Repeat=false +Shortcuts\Main%20Window\TAS%20Record\KeySeq\default=false +Shortcuts\Main%20Window\TAS%20Record\KeySeq=Ctrl+F7 +Shortcuts\Main%20Window\TAS%20Record\Controller_KeySeq\default=true +Shortcuts\Main%20Window\TAS%20Record\Controller_KeySeq= +Shortcuts\Main%20Window\TAS%20Record\Context\default=true +Shortcuts\Main%20Window\TAS%20Record\Context=2 +Shortcuts\Main%20Window\TAS%20Record\Repeat\default=true +Shortcuts\Main%20Window\TAS%20Record\Repeat=false +Shortcuts\Main%20Window\TAS%20Reset\KeySeq\default=false +Shortcuts\Main%20Window\TAS%20Reset\KeySeq=Ctrl+F6 +Shortcuts\Main%20Window\TAS%20Reset\Controller_KeySeq\default=true +Shortcuts\Main%20Window\TAS%20Reset\Controller_KeySeq= +Shortcuts\Main%20Window\TAS%20Reset\Context\default=true +Shortcuts\Main%20Window\TAS%20Reset\Context=2 +Shortcuts\Main%20Window\TAS%20Reset\Repeat\default=true +Shortcuts\Main%20Window\TAS%20Reset\Repeat=false +Shortcuts\Main%20Window\TAS%20Start\Stop\KeySeq\default=false +Shortcuts\Main%20Window\TAS%20Start\Stop\KeySeq=Ctrl+F5 +Shortcuts\Main%20Window\TAS%20Start\Stop\Controller_KeySeq\default=true +Shortcuts\Main%20Window\TAS%20Start\Stop\Controller_KeySeq= +Shortcuts\Main%20Window\TAS%20Start\Stop\Context\default=true +Shortcuts\Main%20Window\TAS%20Start\Stop\Context=2 +Shortcuts\Main%20Window\TAS%20Start\Stop\Repeat\default=true +Shortcuts\Main%20Window\TAS%20Start\Stop\Repeat=false +Shortcuts\Main%20Window\Toggle%20Filter%20Bar\KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Filter%20Bar\KeySeq=Ctrl+F +Shortcuts\Main%20Window\Toggle%20Filter%20Bar\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Toggle%20Filter%20Bar\Controller_KeySeq= +Shortcuts\Main%20Window\Toggle%20Filter%20Bar\Context\default=true +Shortcuts\Main%20Window\Toggle%20Filter%20Bar\Context=1 +Shortcuts\Main%20Window\Toggle%20Filter%20Bar\Repeat\default=true +Shortcuts\Main%20Window\Toggle%20Filter%20Bar\Repeat=false +Shortcuts\Main%20Window\Toggle%20Framerate%20Limit\KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Framerate%20Limit\KeySeq=Ctrl+U +Shortcuts\Main%20Window\Toggle%20Framerate%20Limit\Controller_KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Framerate%20Limit\Controller_KeySeq=Home+Y +Shortcuts\Main%20Window\Toggle%20Framerate%20Limit\Context\default=true +Shortcuts\Main%20Window\Toggle%20Framerate%20Limit\Context=2 +Shortcuts\Main%20Window\Toggle%20Framerate%20Limit\Repeat\default=true +Shortcuts\Main%20Window\Toggle%20Framerate%20Limit\Repeat=false +Shortcuts\Main%20Window\Toggle%20Turbo%20Speed\KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Turbo%20Speed\KeySeq=Ctrl+Z +Shortcuts\Main%20Window\Toggle%20Turbo%20Speed\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Toggle%20Turbo%20Speed\Controller_KeySeq= +Shortcuts\Main%20Window\Toggle%20Turbo%20Speed\Context\default=false +Shortcuts\Main%20Window\Toggle%20Turbo%20Speed\Context=2 +Shortcuts\Main%20Window\Toggle%20Turbo%20Speed\Repeat\default=true +Shortcuts\Main%20Window\Toggle%20Turbo%20Speed\Repeat=false +Shortcuts\Main%20Window\Toggle%20Slow%20Speed\KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Slow%20Speed\KeySeq=Ctrl+X +Shortcuts\Main%20Window\Toggle%20Slow%20Speed\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Toggle%20Slow%20Speed\Controller_KeySeq= +Shortcuts\Main%20Window\Toggle%20Slow%20Speed\Context\default=true +Shortcuts\Main%20Window\Toggle%20Slow%20Speed\Context=2 +Shortcuts\Main%20Window\Toggle%20Slow%20Speed\Repeat\default=true +Shortcuts\Main%20Window\Toggle%20Slow%20Speed\Repeat=false +Shortcuts\Main%20Window\Toggle%20Mouse%20Panning\KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Mouse%20Panning\KeySeq=Ctrl+F9 +Shortcuts\Main%20Window\Toggle%20Mouse%20Panning\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Toggle%20Mouse%20Panning\Controller_KeySeq= +Shortcuts\Main%20Window\Toggle%20Mouse%20Panning\Context\default=true +Shortcuts\Main%20Window\Toggle%20Mouse%20Panning\Context=2 +Shortcuts\Main%20Window\Toggle%20Mouse%20Panning\Repeat\default=true +Shortcuts\Main%20Window\Toggle%20Mouse%20Panning\Repeat=false +Shortcuts\Main%20Window\Toggle%20Renderdoc%20Capture\KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Renderdoc%20Capture\KeySeq= +Shortcuts\Main%20Window\Toggle%20Renderdoc%20Capture\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Toggle%20Renderdoc%20Capture\Controller_KeySeq= +Shortcuts\Main%20Window\Toggle%20Renderdoc%20Capture\Context\default=false +Shortcuts\Main%20Window\Toggle%20Renderdoc%20Capture\Context=1 +Shortcuts\Main%20Window\Toggle%20Renderdoc%20Capture\Repeat\default=true +Shortcuts\Main%20Window\Toggle%20Renderdoc%20Capture\Repeat=false +Shortcuts\Main%20Window\Toggle%20Status%20Bar\KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Status%20Bar\KeySeq=Ctrl+S +Shortcuts\Main%20Window\Toggle%20Status%20Bar\Controller_KeySeq\default=true +Shortcuts\Main%20Window\Toggle%20Status%20Bar\Controller_KeySeq= +Shortcuts\Main%20Window\Toggle%20Status%20Bar\Context\default=false +Shortcuts\Main%20Window\Toggle%20Status%20Bar\Context=1 +Shortcuts\Main%20Window\Toggle%20Status%20Bar\Repeat\default=true +Shortcuts\Main%20Window\Toggle%20Status%20Bar\Repeat=false +Multiplayer\nickname\default=true +Multiplayer\nickname= +Multiplayer\filter_text\default=true +Multiplayer\filter_text= +Multiplayer\filter_games_owned\default=true +Multiplayer\filter_games_owned=false +Multiplayer\filter_games_hide_empty\default=true +Multiplayer\filter_games_hide_empty=false +Multiplayer\filter_games_hide_full\default=true +Multiplayer\filter_games_hide_full=false +Multiplayer\ip\default=true +Multiplayer\ip= +Multiplayer\port\default=true +Multiplayer\port=24872 +Multiplayer\room_nickname\default=true +Multiplayer\room_nickname= +Multiplayer\room_name\default=true +Multiplayer\room_name= +Multiplayer\max_player\default=true +Multiplayer\max_player=8 +Multiplayer\room_port\default=true +Multiplayer\room_port=24872 +Multiplayer\host_type\default=true +Multiplayer\host_type=0 +Multiplayer\game_id\default=true +Multiplayer\game_id=0 +Multiplayer\room_description\default=true +Multiplayer\room_description= diff --git a/root/defaults/gzdoom.ini b/root/defaults/gzdoom.ini new file mode 100644 index 0000000..ef7b66f --- /dev/null +++ b/root/defaults/gzdoom.ini @@ -0,0 +1,1896 @@ +# This file was generated by GZDoom g4.14.2 on 2025-07-04 22:21:00 +# These are the directories to automatically search for IWADs. +# Each directory should be on a separate line, preceded by Path= +[IWADSearch.Directories] +Path=. +Path=$DOOMWADDIR +Path=$HOME/.config/gzdoom +Path=$HOME/.local/share/games/doom +Path=/usr/local/share/doom +Path=/usr/local/share/games/doom +Path=/usr/share/doom +Path=/usr/share/games/doom +Path=/usr/local/share//doom +Path=/usr/local/share//games/doom + +# These are the directories to search for wads added with the -file +# command line parameter, if they cannot be found with the path +# as-is. Layout is the same as for IWADSearch.Directories +[FileSearch.Directories] +Path=$HOME/.config/gzdoom +Path=$HOME/.local/share/games/doom +Path=/usr/local/share/ +Path=/usr/local/share//doom +Path=/usr/local/share//games/doom +Path=/usr/local/share/doom +Path=/usr/local/share/games/doom +Path=/usr/share/doom +Path=/usr/share/games/doom +Path=$DOOMWADDIR + +# These are the directories to search for soundfonts that let listed in the menu. +# Layout is the same as for IWADSearch.Directories +[SoundfontSearch.Directories] +Path=$HOME/.config/gzdoom/soundfonts +Path=$HOME/.config/gzdoom/fm_banks +Path=$HOME/.local/share/games/doom/soundfonts +Path=$HOME/.local/share/games/doom/fm_banks +Path=/usr/local/share/doom/soundfonts +Path=/usr/local/share/doom/fm_banks +Path=/usr/local/share/games/doom/soundfonts +Path=/usr/local/share/games/doom/fm_banks +Path=/usr/share/doom/soundfonts +Path=/usr/share/doom/fm_banks +Path=/usr/share/games/doom/soundfonts +Path=/usr/share/games/doom/fm_banks +Path=/usr/local/share//doom/soundfonts +Path=/usr/local/share//doom/fm_banks +Path=/usr/local/share//games/doom/soundfonts +Path=/usr/local/share//games/doom/fm_banks +Path=/usr/share/soundfonts + +# Files to automatically execute when running the corresponding game. +# Each file should be on its own line, preceded by Path= + +[Doom.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +[Heretic.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +[Hexen.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +[Strife.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +[Chex.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +# WAD files to always load. These are loaded after the IWAD but before +# any files added with -file. Place each file on its own line, preceded +# by Path= +[Global.Autoload] + +# Wad files to automatically load depending on the game and IWAD you are +# playing. You may have have files that are loaded for all similar IWADs +# (the game) and files that are only loaded for particular IWADs. For example, +# any files listed under 'doom.Autoload' will be loaded for any version of Doom, +# but files listed under 'doom.doom2.Autoload' will only load when you are +# playing a Doom 2 based game (doom2.wad, tnt.wad or plutonia.wad), and files listed under +# 'doom.doom2.commercial.Autoload' only when playing doom2.wad. + +[doom.Autoload] + +[doom.id.Autoload] + +[doom.id.doom2.Autoload] + +[doom.id.doom2.commercial.Autoload] + +[doom.id.doom2.commercial.french.Autoload] + +[doom.id.doom2.commercial.xbox.Autoload] + +[doom.id.doom2.unity.Autoload] + +[doom.id.doom2.kex.Autoload] + +[doom.id.doom2.bfg.Autoload] + +[doom.id.doom2.plutonia.Autoload] + +[doom.id.doom2.plutonia.kex.Autoload] + +[doom.id.doom2.plutonia.unity.Autoload] + +[doom.id.doom2.tnt.Autoload] + +[doom.id.doom2.tnt.kex.Autoload] + +[doom.id.doom2.tnt.unity.Autoload] + +[doom.id.doom1.Autoload] + +[doom.id.doom1.registered.Autoload] + +[doom.id.doom1.ultimate.Autoload] + +[doom.id.doom1.ultimate.xbox.Autoload] + +[doom.id.wadsmoosh.Autoload] + +[doom.id.doom1.unity.Autoload] + +[doom.id.doom1.kex.Autoload] + +[doom.id.doom1.bfg.Autoload] + +[doom.freedoom.Autoload] + +[doom.freedoom.demo.Autoload] + +[doom.freedoom.phase1.Autoload] + +[doom.freedoom.phase2.Autoload] + +[doom.freedoom.freedm.Autoload] + +[heretic.Autoload] + +[heretic.heretic.Autoload] + +[heretic.shadow.Autoload] + +[blasphemer.Autoload] + +[hexen.Autoload] + +[hexen.deathkings.Autoload] + +[hexen.hexen.Autoload] + +[strife.Autoload] + +[strife.strife.Autoload] + +[strife.veteran.Autoload] + +[chex.Autoload] + +[chex.chex1.Autoload] + +[chex.chex3.Autoload] + +[urbanbrawl.Autoload] + +[hacx.Autoload] + +[hacx.hacx1.Autoload] + +[hacx.hacx2.Autoload] + +[harmony.Autoload] + +[square.Autoload] + +[square.squareware.Autoload] + +[square.square.Autoload] + +[delaweare.Autoload] + +[woolball.Autoload] + +[woolball.rotwb.Autoload] + +[LastRun] +Version=225 + +[GlobalSettings] +I_FriendlyWindowTitle=1 +adl_chips_count=6 +adl_emulator_id=0 +adl_fullpan=true +adl_run_at_pcm_rate=false +adl_volume_model=0 +autoloadbrightmaps=false +autoloadlights=false +autoloadwidescreen=false +autosavecount=4 +autosavenum=2 +chase_dist=90 +chase_height=-8 +cl_capfps=false +cl_defaultconfiguration=0 +cl_noprediction=false +cl_oldfreelooklimit=false +cl_predict_lerpscale=0.05 +cl_predict_lerpthreshold=2 +cl_predict_specials=true +cl_restartondeath=false +cl_rubberband_limit=756 +cl_rubberband_minmove=20 +cl_rubberband_scale=0.3 +cl_rubberband_threshold=20 +cl_run=false +cl_scaleweaponfov=1 +cl_waitforsave=true +con_4bitansi=false +con_buffersize=-1 +con_ctrl_d= +con_notifylines=4 +con_printansi=true +defaultiwad=Freedoom: Phase 1 +demo_compress=true +developer=0 +disableautoload=false +disableautosave=0 +enablescriptscreenshot=false +fluid_chorus=false +fluid_chorus_depth=8 +fluid_chorus_level=1 +fluid_chorus_speed=0.3 +fluid_chorus_type=0 +fluid_chorus_voices=3 +fluid_gain=0.5 +fluid_interp=1 +fluid_lib= +fluid_patchset=gzdoom +fluid_reverb=false +fluid_reverb_damping=0.23 +fluid_reverb_level=0.57 +fluid_reverb_roomsize=0.61 +fluid_reverb_width=0.76 +fluid_samplerate=0 +fluid_threads=1 +fluid_voices=128 +freelook=true +gl_billboard_faces_camera=false +gl_billboard_mode=0 +gl_billboard_particles=true +gl_cachenodes=true +gl_cachetime=0.6 +gl_debug=false +gl_debug_breakpoint=false +gl_debug_level=0 +gl_distfog=70 +gl_dither_bpc=0 +gl_enhanced_nv_stealth=3 +gl_es=false +gl_finishbeforeswap=false +gl_fxaa=0 +gl_lens=false +gl_lens_chromatic=1.12 +gl_lens_k=-0.12 +gl_lens_kcube=0.1 +gl_light_particles=true +gl_light_shadowmap=false +gl_light_sprites=true +gl_lights=true +gl_mask_sprite_threshold=0.5 +gl_mask_threshold=0.5 +gl_mirror_envmap=true +gl_multisample=1 +gl_multithread=true +gl_no_skyclear=false +gl_particles_style=2 +gl_pipeline_depth=0 +gl_plane_reflection=true +gl_satformula=1 +gl_seamless=false +gl_shadowmap_filter=1 +gl_shadowmap_quality=512 +gl_sort_textures=false +gl_sprite_blend=false +gl_ssao=0 +gl_ssao_portals=1 +gl_ssao_strength=0.7 +gl_texture_filter=0 +gl_texture_filter_anisotropic=1 +gl_texture_hqresize_maxinputsize=512 +gl_texture_hqresize_mt_height=4 +gl_texture_hqresize_mt_width=16 +gl_texture_hqresize_multithread=true +gl_texture_hqresize_targets=15 +gl_texture_hqresizemode=0 +gl_texture_hqresizemult=1 +gl_usecolorblending=true +gme_stereodepth=0 +gus_memsize=0 +gus_patchdir= +hw_force_cambbpref=false +i_discordrpc=false +i_loadsupportwad=1 +i_pauseinbackground=true +i_soundinbackground=false +inter_subtitles=false +invertmouse=false +invertmousex=false +language=auto +longsavemessages=false +lookstrafe=false +m_blockcontrollers=false +m_cleanscale=false +m_forward=1 +m_pitch=1 +m_sensitivity_x=2 +m_sensitivity_y=2 +m_show_backbutton=0 +m_showinputgrid=0 +m_side=2 +m_simpleoptions=true +m_use_mouse=2 +m_yaw=1 +map_point_coordinates=true +midi_config= +midi_dmxgus=false +midi_voices=32 +mod_autochip=false +mod_autochip_scan_threshold=12 +mod_autochip_size_force=100 +mod_autochip_size_scan=500 +mod_dumb_mastervolume=1 +mod_interp=2 +mod_preferred_player=0 +mod_samplerate=0 +mod_volramp=2 +mouse_capturemode=1 +mus_calcgain=true +mus_enabled=true +mus_usereplaygain=false +nointerscrollabort=false +nomonsterinterpolation=false +opl_core=0 +opl_fullpan=true +opl_numchips=2 +opn_chips_count=8 +opn_emulator_id=0 +opn_fullpan=true +opn_run_at_pcm_rate=false +os_isanyof=true +png_gamma=0 +png_level=5 +queryiwad=true +quicksavenum=-1 +quicksaverotation=false +quicksaverotationcount=4 +r_actorspriteshadow=1 +r_actorspriteshadowalpha=0.5 +r_actorspriteshadowdist=1500 +r_actorspriteshadowfadeheight=0 +r_blendmethod=false +r_dynlights=true +r_fakecontrast=1 +r_fullbrightignoresectorcolor=true +r_fuzzscale=true +r_line_distance_cull=0 +r_linearsky=false +r_magfilter=false +r_minfilter=true +r_mipmap=true +r_mirror_recursions=4 +r_models=true +r_multithreaded=1 +r_noaccel=false +r_quakeintensity=1 +r_skipmats=false +r_sprite_distance_cull=0 +r_spriteadjust=2 +r_ticstability=true +save_dir= +save_formatted=false +save_sort_order=0 +saveloadconfirmation=true +savestatistics=0 +screenshot_dir= +screenshot_quiet=false +screenshot_type=png +show_messages=true +showendoom=1 +snd_aldevice=Default +snd_alresampler=Default +snd_backend=openal +snd_buffersize=0 +snd_channels=128 +snd_efx=true +snd_enabled=true +snd_footstepvolume=1 +snd_hrtf=-1 +snd_mastervolume=1 +snd_mididevice=-5 +snd_midiprecache=false +snd_musicvolume=0.5 +snd_samplerate=0 +snd_sfxvolume=1 +snd_streambuffersize=64 +snd_waterreverb=true +statfile=zdoomstat.txt +storesavepic=true +strictdecorate=false +telezoom=true +timidity_channel_pressure=false +timidity_chorus=0 +timidity_config=gzdoom +timidity_drum_effect=false +timidity_drum_power=1 +timidity_key_adjust=0 +timidity_lpf_def=1 +timidity_min_sustain_time=5000 +timidity_modulation_envelope=true +timidity_modulation_wheel=true +timidity_overlap_voice_allow=true +timidity_pan_delay=false +timidity_portamento=true +timidity_reverb=0 +timidity_reverb_level=0 +timidity_surround_chorus=false +timidity_temper_control=true +timidity_tempo_adjust=1 +turnspeedsprintfast=1280 +turnspeedsprintslow=320 +turnspeedwalkfast=640 +turnspeedwalkslow=320 +use_joystick=false +use_mouse=true +vid_activeinbackground=false +vid_adapter=0 +vid_aspect=0 +vid_brightness=0 +vid_contrast=1 +vid_cropaspect=false +vid_defheight=480 +vid_defwidth=640 +vid_dontdowait=false +vid_fullscreen=true +vid_gamma=1 +vid_hdr=false +vid_lowerinbackground=true +vid_maxfps=35 +vid_preferbackend=1 +vid_rendermode=0 +vid_saturation=1 +vid_scale_customheight=200 +vid_scale_custompixelaspect=1 +vid_scale_customwidth=320 +vid_scale_linear=false +vid_scalefactor=1 +vid_scalemode=2 +vid_sdl_render_driver= +vid_vsync=false +vk_debug=false +vk_debug_callstack=true +vk_device=0 +vk_exclusivefullscreen=false +vk_hdr=false +vk_raytrace=false +vr_hunits_per_meter=41 +vr_ipd=0.062 +vr_mode=0 +vr_screendist=0.8 +vr_swap_eyes=false +warningstoerrors=false +wildmidi_config= +wildmidi_enhanced_resampling=true +wildmidi_reverb=false +win_h=1024 +win_maximized=false +win_w=2048 +win_x=-1 +win_y=-1 +xbrz_centerdirectionbias=4 +xbrz_colorformat=0 +xbrz_dominantdirectionthreshold=3.6 +xbrz_equalcolortolerance=30 +xbrz_luminanceweight=1 +xbrz_steepdirectionthreshold=2.2 + +[GlobalSettings.Unknown] + +[Joy:JS:0] +Axis0deadzone=0.25 +Axis1deadzone=0.25 +Axis2deadzone=0.25 +Axis3deadzone=0.25 +Axis4deadzone=0.25 +Axis5deadzone=0.25 +Axis6deadzone=0.25 +Axis7deadzone=0.25 + +[Joy:JS:1] +Axis0deadzone=0.25 +Axis1deadzone=0.25 +Axis2deadzone=0.25 +Axis3deadzone=0.25 +Axis4deadzone=0.25 +Axis5deadzone=0.25 +Axis6deadzone=0.25 +Axis7deadzone=0.25 + +[Joy:JS:2] +Axis0deadzone=0.25 +Axis1deadzone=0.25 +Axis2deadzone=0.25 +Axis3deadzone=0.25 +Axis4deadzone=0.25 +Axis5deadzone=0.25 +Axis6deadzone=0.25 +Axis7deadzone=0.25 + +[Joy:JS:3] +Axis0deadzone=0.25 +Axis1deadzone=0.25 +Axis2deadzone=0.25 +Axis3deadzone=0.25 +Axis4deadzone=0.25 +Axis5deadzone=0.25 +Axis6deadzone=0.25 +Axis7deadzone=0.25 + +[Doom.Player] +autoaim=35 +classicflight=false +color=40 cf 00 +colorset=0 +fov=90 +fviewbob=true +gender=male +movebob=0.25 +name=Player +neverswitchonpickup=false +playerclass=Fighter +skin=base +stillbob=0 +team=255 +vertspread=false +wbobfire=0 +wbobspeed=1 +wi_noautostartmap=false + +[Doom.ConsoleVariables] +addrocketexplosion=false +adl_bank=14 +adl_custom_bank= +adl_use_custom_bank=false +allcheats=false +am_backcolor=6c 54 40 +am_cdwallcolor=4c 38 20 +am_colorset=0 +am_customcolors=true +am_drawmapback=1 +am_efwallcolor=66 55 55 +am_emptyspacemargin=0 +am_fdwallcolor=88 70 58 +am_followplayer=true +am_gridcolor=8b 5a 2b +am_interlevelcolor=ff 00 00 +am_intralevelcolor=00 00 ff +am_linealpha=1 +am_lineantialiasing=0 +am_linethickness=1 +am_lockedcolor=00 78 00 +am_map_secrets=1 +am_markcolor=2 +am_markfont=AMMNUMx +am_notseencolor=6c 6c 6c +am_ovcdwallcolor=00 88 44 +am_ovefwallcolor=00 88 44 +am_overlay=0 +am_ovfdwallcolor=00 88 44 +am_ovinterlevelcolor=ff ff 00 +am_ovlockedcolor=00 88 44 +am_ovotherwallscolor=00 88 44 +am_ovportalcolor=00 40 22 +am_ovsecretsectorcolor=00 ff ff +am_ovsecretwallcolor=00 88 44 +am_ovspecialwallcolor=ff ff ff +am_ovtelecolor=ff ff 00 +am_ovthingcolor=e8 88 00 +am_ovthingcolor_citem=e8 88 00 +am_ovthingcolor_friend=e8 88 00 +am_ovthingcolor_item=e8 88 00 +am_ovthingcolor_monster=e8 88 00 +am_ovthingcolor_ncmonster=e8 88 00 +am_ovunexploredsecretcolor=00 ff ff +am_ovunseencolor=00 22 6e +am_ovwallcolor=00 ff 00 +am_ovyourcolor=fc e8 d8 +am_portalcolor=40 40 40 +am_portaloverlay=true +am_rotate=0 +am_secretsectorcolor=ff 00 ff +am_secretwallcolor=00 00 00 +am_showcluster=false +am_showepisode=false +am_showgrid=false +am_showitems=false +am_showkeys=true +am_showkeys_always=false +am_showlevelname=true +am_showmaplabel=2 +am_showmonsters=true +am_showsecrets=true +am_showthingsprites=0 +am_showtime=true +am_showtotaltime=false +am_showtriggerlines=0 +am_specialwallcolor=ff ff ff +am_textured=false +am_thingcolor=fc fc fc +am_thingcolor_citem=fc fc fc +am_thingcolor_friend=fc fc fc +am_thingcolor_item=fc fc fc +am_thingcolor_monster=fc fc fc +am_thingcolor_ncmonster=fc fc fc +am_thingrenderstyles=true +am_tswallcolor=88 88 88 +am_unexploredsecretcolor=ff 00 ff +am_wallcolor=2c 18 08 +am_xhaircolor=80 80 80 +am_yourcolor=fc e8 d8 +am_zoomdir=0 +blood_fade_scalar=1 +chat_substitution=false +chatmacro0=No +chatmacro1=I'm ready to kick butt! +chatmacro2=I'm OK. +chatmacro3=I'm not looking too good! +chatmacro4=Help! +chatmacro5=You suck! +chatmacro6=Next time, scumbag... +chatmacro7=Come here! +chatmacro8=I'll take care of it. +chatmacro9=Yes +cl_bbannounce=false +cl_bloodsplats=true +cl_bloodtype=0 +cl_custominvulmapcolor1=00 00 1a +cl_custominvulmapcolor2=a6 a6 7a +cl_customizeinvulmap=false +cl_doautoaim=false +cl_gfxlocalization=3 +cl_maxdecals=1024 +cl_missiledecals=true +cl_nointros=false +cl_pufftype=0 +cl_rockettrails=1 +cl_showmultikills=true +cl_showsecretmessage=true +cl_showsprees=true +cl_spreaddecals=true +classic_scaling_factor=1 +classic_scaling_pixelaspect=1.2 +compatmode=0 +con_alpha=0.75 +con_centernotify=false +con_midtime=3 +con_notablist=false +con_notifytime=3 +con_pulsetext=false +con_scale=0 +con_scaletext=0 +crosshair=0 +crosshaircolor=ff 00 00 +crosshairforce=false +crosshairgrow=false +crosshairhealth=2 +crosshairon=true +crosshairscale=0.5 +dehload=0 +dimamount=-1 +dimcolor=ff d7 00 +displaynametags=0 +dlg_musicvolume=1 +dlg_vgafont=false +gl_aalines=false +gl_bandedswlight=false +gl_bloom=false +gl_bloom_amount=1.4 +gl_brightfog=false +gl_coronas=true +gl_enhanced_nightvision=true +gl_exposure_base=0.35 +gl_exposure_min=0.35 +gl_exposure_scale=1.3 +gl_exposure_speed=0.05 +gl_fogmode=2 +gl_fuzztype=0 +gl_interpolate_model_frames=true +gl_light_models=true +gl_lightadditivesurfaces=false +gl_lightmode=1 +gl_menu_blur=-1 +gl_paltonemap_powtable=2 +gl_paltonemap_reverselookup=true +gl_precache=false +gl_scale_viewport=true +gl_sclipfactor=1.8 +gl_sclipthreshold=10 +gl_spriteclip=1 +gl_tonemap=0 +gl_weaponlight=8 +hud_althud=false +hud_althud_forceinternal=false +hud_althudscale=0 +hud_ammo_order=0 +hud_ammo_red=25 +hud_ammo_yellow=50 +hud_armor_green=100 +hud_armor_red=25 +hud_armor_yellow=50 +hud_aspectscale=false +hud_berserk_health=true +hud_health_green=100 +hud_health_red=25 +hud_health_yellow=50 +hud_oldscale=true +hud_scale=0 +hud_scalefactor=1 +hud_showammo=2 +hud_showangles=false +hud_showitems=false +hud_showlag=0 +hud_showmonsters=true +hud_showscore=false +hud_showsecrets=true +hud_showstats=false +hud_showtime=0 +hud_showtimestat=0 +hud_showweapons=true +hud_swaphealtharmor=false +hud_timecolor=5 +hud_toggled=false +hudcolor_ltim=8 +hudcolor_statnames=6 +hudcolor_stats=3 +hudcolor_time=6 +hudcolor_titl=10 +hudcolor_ttim=5 +hudcolor_xyco=3 +hw_2dmip=true +inter_classic_scaling=true +log_vgafont=false +lookspring=true +m_quickexit=false +msg=0 +msg0color=11 +msg1color=5 +msg2color=2 +msg3color=3 +msg4color=3 +msgmidcolor=11 +msgmidcolor2=4 +nametagcolor=5 +nocheats=false +opn_custom_bank= +opn_use_custom_bank=false +paletteflash=0 +pickup_fade_scalar=1 +r_deathcamera=false +r_drawfuzz=1 +r_maxparticles=4000 +r_portal_recursions=4 +r_rail_smartspiral=false +r_rail_spiralsparsity=1 +r_rail_trailsparsity=1 +r_skymode=2 +r_spriteclipanamorphicminbias=0.6 +r_vanillatrans=0 +saved_drawplayersprite=true +saved_screenblocks=10 +saved_showmessages=true +sb_cooperative_enable=true +sb_cooperative_headingcolor=6 +sb_cooperative_otherplayercolor=2 +sb_cooperative_yourplayercolor=3 +sb_deathmatch_enable=true +sb_deathmatch_headingcolor=6 +sb_deathmatch_otherplayercolor=2 +sb_deathmatch_yourplayercolor=3 +sb_teamdeathmatch_enable=true +sb_teamdeathmatch_headingcolor=6 +screenblocks=10 +setslotstrict=true +show_obituaries=true +snd_menuvolume=0.6 +snd_pitched=false +st_oldouch=false +st_scale=0 +transsouls=0.75 +ui_screenborder_classic_scaling=true +uiscale=0 +underwater_fade_scalar=1 +vid_allowtrueultrawide=1 +vid_cursor=None +vid_nopalsubstitutions=false +wi_cleantextscale=false +wi_percents=true +wi_showtotaltime=true +wipetype=1 + +[Doom.LocalServerInfo] +compatflags=0 +compatflags2=0 +forcewater=false +maxviewpitch=90 +r_dithertransparency=false +r_radarclipper=false +sv_corpsequeuesize=64 +sv_disableautohealth=false +sv_dropstyle=0 +sv_portal_recursions=4 +sv_smartaim=0 + +[Doom.ConfigOnlyVariables] + +[Doom.UnknownConsoleVariables] + +[Doom.ConsoleAliases] + +[Doom.Bindings] +1=slot 1 +2=slot 2 +3=slot 3 +4=slot 4 +5=slot 5 +6=slot 6 +7=slot 7 +8=slot 8 +9=slot 9 +0=slot 0 +-=sizedown +Equals=sizeup +Tab=togglemap +W=+forward +E=+use +T=messagemode +LeftBracket=invprev +RightBracket=invnext +Enter=invuse +A=+moveleft +S=+back +D=+moveright +`=toggleconsole +Shift=+speed +\=+showscores +X=crouch +Space=+jump +CapsLock=toggle cl_run +F1=menu_help +F2=menu_save +F3=menu_load +F4=menu_options +F5=menu_display +F6=quicksave +F7=menu_endgame +F8=togglemessages +F9=quickload +F10=menu_quit +F11=bumpgamma +F12=spynext +SysRq=screenshot +Pause=pause +Home=land +PgUp=+moveup +End=centerview +PgDn=+lookup +Ins=+movedown +Del=+lookdown +Mouse1=+attack +Mouse2=+altattack +Joy1=+use +Joy4=+jump +Joy5=weapprev +Joy6=weapnext +Joy7=pause +Joy8=menu_main +Joy10=crouch +POV1Up=togglemap +POV1Right=invnext +POV1Down=invuse +POV1Left=invprev +MWheelUp=weapprev +MWheelDown=weapnext +MWheelRight=invnext +MWheelLeft=invprev +Axis3Plus=+altattack +Axis6Plus=+attack +DPadUp=togglemap +DPadDown=invuse +DPadLeft=invprev +DPadRight=invnext +Pad_Start=menu_main +Pad_Back=pause +LThumb=crouch +LShoulder=weapprev +RShoulder=weapnext +LTrigger=+altattack +RTrigger=+attack +Pad_A=+use +Pad_Y=+jump +# This file was generated by GZDoom g4.14.2 on 2025-07-04 22:21:00 +# These are the directories to automatically search for IWADs. +# Each directory should be on a separate line, preceded by Path= +[IWADSearch.Directories] +Path=. +Path=$DOOMWADDIR +Path=$HOME/.config/gzdoom +Path=$HOME/.local/share/games/doom +Path=/usr/local/share/doom +Path=/usr/local/share/games/doom +Path=/usr/share/doom +Path=/usr/share/games/doom +Path=/usr/local/share//doom +Path=/usr/local/share//games/doom + +# These are the directories to search for wads added with the -file +# command line parameter, if they cannot be found with the path +# as-is. Layout is the same as for IWADSearch.Directories +[FileSearch.Directories] +Path=$HOME/.config/gzdoom +Path=$HOME/.local/share/games/doom +Path=/usr/local/share/ +Path=/usr/local/share//doom +Path=/usr/local/share//games/doom +Path=/usr/local/share/doom +Path=/usr/local/share/games/doom +Path=/usr/share/doom +Path=/usr/share/games/doom +Path=$DOOMWADDIR + +# These are the directories to search for soundfonts that let listed in the menu. +# Layout is the same as for IWADSearch.Directories +[SoundfontSearch.Directories] +Path=$HOME/.config/gzdoom/soundfonts +Path=$HOME/.config/gzdoom/fm_banks +Path=$HOME/.local/share/games/doom/soundfonts +Path=$HOME/.local/share/games/doom/fm_banks +Path=/usr/local/share/doom/soundfonts +Path=/usr/local/share/doom/fm_banks +Path=/usr/local/share/games/doom/soundfonts +Path=/usr/local/share/games/doom/fm_banks +Path=/usr/share/doom/soundfonts +Path=/usr/share/doom/fm_banks +Path=/usr/share/games/doom/soundfonts +Path=/usr/share/games/doom/fm_banks +Path=/usr/local/share//doom/soundfonts +Path=/usr/local/share//doom/fm_banks +Path=/usr/local/share//games/doom/soundfonts +Path=/usr/local/share//games/doom/fm_banks +Path=/usr/share/soundfonts + +# Files to automatically execute when running the corresponding game. +# Each file should be on its own line, preceded by Path= + +[Doom.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +[Heretic.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +[Hexen.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +[Strife.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +[Chex.AutoExec] +Path=/config/.config/gzdoom/autoexec.cfg + +# WAD files to always load. These are loaded after the IWAD but before +# any files added with -file. Place each file on its own line, preceded +# by Path= +[Global.Autoload] + +# Wad files to automatically load depending on the game and IWAD you are +# playing. You may have have files that are loaded for all similar IWADs +# (the game) and files that are only loaded for particular IWADs. For example, +# any files listed under 'doom.Autoload' will be loaded for any version of Doom, +# but files listed under 'doom.doom2.Autoload' will only load when you are +# playing a Doom 2 based game (doom2.wad, tnt.wad or plutonia.wad), and files listed under +# 'doom.doom2.commercial.Autoload' only when playing doom2.wad. + +[doom.Autoload] + +[doom.id.Autoload] + +[doom.id.doom2.Autoload] + +[doom.id.doom2.commercial.Autoload] + +[doom.id.doom2.commercial.french.Autoload] + +[doom.id.doom2.commercial.xbox.Autoload] + +[doom.id.doom2.unity.Autoload] + +[doom.id.doom2.kex.Autoload] + +[doom.id.doom2.bfg.Autoload] + +[doom.id.doom2.plutonia.Autoload] + +[doom.id.doom2.plutonia.kex.Autoload] + +[doom.id.doom2.plutonia.unity.Autoload] + +[doom.id.doom2.tnt.Autoload] + +[doom.id.doom2.tnt.kex.Autoload] + +[doom.id.doom2.tnt.unity.Autoload] + +[doom.id.doom1.Autoload] + +[doom.id.doom1.registered.Autoload] + +[doom.id.doom1.ultimate.Autoload] + +[doom.id.doom1.ultimate.xbox.Autoload] + +[doom.id.wadsmoosh.Autoload] + +[doom.id.doom1.unity.Autoload] + +[doom.id.doom1.kex.Autoload] + +[doom.id.doom1.bfg.Autoload] + +[doom.freedoom.Autoload] + +[doom.freedoom.demo.Autoload] + +[doom.freedoom.phase1.Autoload] + +[doom.freedoom.phase2.Autoload] + +[doom.freedoom.freedm.Autoload] + +[heretic.Autoload] + +[heretic.heretic.Autoload] + +[heretic.shadow.Autoload] + +[blasphemer.Autoload] + +[hexen.Autoload] + +[hexen.deathkings.Autoload] + +[hexen.hexen.Autoload] + +[strife.Autoload] + +[strife.strife.Autoload] + +[strife.veteran.Autoload] + +[chex.Autoload] + +[chex.chex1.Autoload] + +[chex.chex3.Autoload] + +[urbanbrawl.Autoload] + +[hacx.Autoload] + +[hacx.hacx1.Autoload] + +[hacx.hacx2.Autoload] + +[harmony.Autoload] + +[square.Autoload] + +[square.squareware.Autoload] + +[square.square.Autoload] + +[delaweare.Autoload] + +[woolball.Autoload] + +[woolball.rotwb.Autoload] + +[LastRun] +Version=225 + +[GlobalSettings] +I_FriendlyWindowTitle=1 +adl_chips_count=6 +adl_emulator_id=0 +adl_fullpan=true +adl_run_at_pcm_rate=false +adl_volume_model=0 +autoloadbrightmaps=false +autoloadlights=false +autoloadwidescreen=false +autosavecount=4 +autosavenum=2 +chase_dist=90 +chase_height=-8 +cl_capfps=false +cl_defaultconfiguration=0 +cl_noprediction=false +cl_oldfreelooklimit=false +cl_predict_lerpscale=0.05 +cl_predict_lerpthreshold=2 +cl_predict_specials=true +cl_restartondeath=false +cl_rubberband_limit=756 +cl_rubberband_minmove=20 +cl_rubberband_scale=0.3 +cl_rubberband_threshold=20 +cl_run=false +cl_scaleweaponfov=1 +cl_waitforsave=true +con_4bitansi=false +con_buffersize=-1 +con_ctrl_d= +con_notifylines=4 +con_printansi=true +defaultiwad=Freedoom: Phase 1 +demo_compress=true +developer=0 +disableautoload=false +disableautosave=0 +enablescriptscreenshot=false +fluid_chorus=false +fluid_chorus_depth=8 +fluid_chorus_level=1 +fluid_chorus_speed=0.3 +fluid_chorus_type=0 +fluid_chorus_voices=3 +fluid_gain=0.5 +fluid_interp=1 +fluid_lib= +fluid_patchset=gzdoom +fluid_reverb=false +fluid_reverb_damping=0.23 +fluid_reverb_level=0.57 +fluid_reverb_roomsize=0.61 +fluid_reverb_width=0.76 +fluid_samplerate=0 +fluid_threads=1 +fluid_voices=128 +freelook=true +gl_billboard_faces_camera=false +gl_billboard_mode=0 +gl_billboard_particles=true +gl_cachenodes=true +gl_cachetime=0.6 +gl_debug=false +gl_debug_breakpoint=false +gl_debug_level=0 +gl_distfog=70 +gl_dither_bpc=0 +gl_enhanced_nv_stealth=3 +gl_es=false +gl_finishbeforeswap=false +gl_fxaa=0 +gl_lens=false +gl_lens_chromatic=1.12 +gl_lens_k=-0.12 +gl_lens_kcube=0.1 +gl_light_particles=true +gl_light_shadowmap=false +gl_light_sprites=true +gl_lights=true +gl_mask_sprite_threshold=0.5 +gl_mask_threshold=0.5 +gl_mirror_envmap=true +gl_multisample=1 +gl_multithread=true +gl_no_skyclear=false +gl_particles_style=2 +gl_pipeline_depth=0 +gl_plane_reflection=true +gl_satformula=1 +gl_seamless=false +gl_shadowmap_filter=1 +gl_shadowmap_quality=512 +gl_sort_textures=false +gl_sprite_blend=false +gl_ssao=0 +gl_ssao_portals=1 +gl_ssao_strength=0.7 +gl_texture_filter=0 +gl_texture_filter_anisotropic=1 +gl_texture_hqresize_maxinputsize=512 +gl_texture_hqresize_mt_height=4 +gl_texture_hqresize_mt_width=16 +gl_texture_hqresize_multithread=true +gl_texture_hqresize_targets=15 +gl_texture_hqresizemode=0 +gl_texture_hqresizemult=1 +gl_usecolorblending=true +gme_stereodepth=0 +gus_memsize=0 +gus_patchdir= +hw_force_cambbpref=false +i_discordrpc=false +i_loadsupportwad=1 +i_pauseinbackground=true +i_soundinbackground=false +inter_subtitles=false +invertmouse=false +invertmousex=false +language=auto +longsavemessages=false +lookstrafe=false +m_blockcontrollers=false +m_cleanscale=false +m_forward=1 +m_pitch=1 +m_sensitivity_x=2 +m_sensitivity_y=2 +m_show_backbutton=0 +m_showinputgrid=0 +m_side=2 +m_simpleoptions=true +m_use_mouse=2 +m_yaw=1 +map_point_coordinates=true +midi_config= +midi_dmxgus=false +midi_voices=32 +mod_autochip=false +mod_autochip_scan_threshold=12 +mod_autochip_size_force=100 +mod_autochip_size_scan=500 +mod_dumb_mastervolume=1 +mod_interp=2 +mod_preferred_player=0 +mod_samplerate=0 +mod_volramp=2 +mouse_capturemode=1 +mus_calcgain=true +mus_enabled=true +mus_usereplaygain=false +nointerscrollabort=false +nomonsterinterpolation=false +opl_core=0 +opl_fullpan=true +opl_numchips=2 +opn_chips_count=8 +opn_emulator_id=0 +opn_fullpan=true +opn_run_at_pcm_rate=false +os_isanyof=true +png_gamma=0 +png_level=5 +queryiwad=true +quicksavenum=-1 +quicksaverotation=false +quicksaverotationcount=4 +r_actorspriteshadow=1 +r_actorspriteshadowalpha=0.5 +r_actorspriteshadowdist=1500 +r_actorspriteshadowfadeheight=0 +r_blendmethod=false +r_dynlights=true +r_fakecontrast=1 +r_fullbrightignoresectorcolor=true +r_fuzzscale=true +r_line_distance_cull=0 +r_linearsky=false +r_magfilter=false +r_minfilter=true +r_mipmap=true +r_mirror_recursions=4 +r_models=true +r_multithreaded=1 +r_noaccel=false +r_quakeintensity=1 +r_skipmats=false +r_sprite_distance_cull=0 +r_spriteadjust=2 +r_ticstability=true +save_dir= +save_formatted=false +save_sort_order=0 +saveloadconfirmation=true +savestatistics=0 +screenshot_dir= +screenshot_quiet=false +screenshot_type=png +show_messages=true +showendoom=1 +snd_aldevice=Default +snd_alresampler=Default +snd_backend=openal +snd_buffersize=0 +snd_channels=128 +snd_efx=true +snd_enabled=true +snd_footstepvolume=1 +snd_hrtf=-1 +snd_mastervolume=1 +snd_mididevice=-5 +snd_midiprecache=false +snd_musicvolume=0.5 +snd_samplerate=0 +snd_sfxvolume=1 +snd_streambuffersize=64 +snd_waterreverb=true +statfile=zdoomstat.txt +storesavepic=true +strictdecorate=false +telezoom=true +timidity_channel_pressure=false +timidity_chorus=0 +timidity_config=gzdoom +timidity_drum_effect=false +timidity_drum_power=1 +timidity_key_adjust=0 +timidity_lpf_def=1 +timidity_min_sustain_time=5000 +timidity_modulation_envelope=true +timidity_modulation_wheel=true +timidity_overlap_voice_allow=true +timidity_pan_delay=false +timidity_portamento=true +timidity_reverb=0 +timidity_reverb_level=0 +timidity_surround_chorus=false +timidity_temper_control=true +timidity_tempo_adjust=1 +turnspeedsprintfast=1280 +turnspeedsprintslow=320 +turnspeedwalkfast=640 +turnspeedwalkslow=320 +use_joystick=false +use_mouse=true +vid_activeinbackground=false +vid_adapter=0 +vid_aspect=0 +vid_brightness=0 +vid_contrast=1 +vid_cropaspect=false +vid_defheight=480 +vid_defwidth=640 +vid_dontdowait=false +vid_fullscreen=true +vid_gamma=1 +vid_hdr=false +vid_lowerinbackground=true +vid_maxfps=35 +vid_preferbackend=1 +vid_rendermode=0 +vid_saturation=1 +vid_scale_customheight=200 +vid_scale_custompixelaspect=1 +vid_scale_customwidth=320 +vid_scale_linear=false +vid_scalefactor=1 +vid_scalemode=2 +vid_sdl_render_driver= +vid_vsync=false +vk_debug=false +vk_debug_callstack=true +vk_device=0 +vk_exclusivefullscreen=false +vk_hdr=false +vk_raytrace=false +vr_hunits_per_meter=41 +vr_ipd=0.062 +vr_mode=0 +vr_screendist=0.8 +vr_swap_eyes=false +warningstoerrors=false +wildmidi_config= +wildmidi_enhanced_resampling=true +wildmidi_reverb=false +win_h=1024 +win_maximized=false +win_w=2048 +win_x=-1 +win_y=-1 +xbrz_centerdirectionbias=4 +xbrz_colorformat=0 +xbrz_dominantdirectionthreshold=3.6 +xbrz_equalcolortolerance=30 +xbrz_luminanceweight=1 +xbrz_steepdirectionthreshold=2.2 + +[GlobalSettings.Unknown] + +[Joy:JS:0] +Axis0deadzone=0.25 +Axis1deadzone=0.25 +Axis2deadzone=0.25 +Axis3deadzone=0.25 +Axis4deadzone=0.25 +Axis5deadzone=0.25 +Axis6deadzone=0.25 +Axis7deadzone=0.25 + +[Joy:JS:1] +Axis0deadzone=0.25 +Axis1deadzone=0.25 +Axis2deadzone=0.25 +Axis3deadzone=0.25 +Axis4deadzone=0.25 +Axis5deadzone=0.25 +Axis6deadzone=0.25 +Axis7deadzone=0.25 + +[Joy:JS:2] +Axis0deadzone=0.25 +Axis1deadzone=0.25 +Axis2deadzone=0.25 +Axis3deadzone=0.25 +Axis4deadzone=0.25 +Axis5deadzone=0.25 +Axis6deadzone=0.25 +Axis7deadzone=0.25 + +[Joy:JS:3] +Axis0deadzone=0.25 +Axis1deadzone=0.25 +Axis2deadzone=0.25 +Axis3deadzone=0.25 +Axis4deadzone=0.25 +Axis5deadzone=0.25 +Axis6deadzone=0.25 +Axis7deadzone=0.25 + +[Doom.Player] +autoaim=35 +classicflight=false +color=40 cf 00 +colorset=0 +fov=90 +fviewbob=true +gender=male +movebob=0.25 +name=Player +neverswitchonpickup=false +playerclass=Fighter +skin=base +stillbob=0 +team=255 +vertspread=false +wbobfire=0 +wbobspeed=1 +wi_noautostartmap=false + +[Doom.ConsoleVariables] +addrocketexplosion=false +adl_bank=14 +adl_custom_bank= +adl_use_custom_bank=false +allcheats=false +am_backcolor=6c 54 40 +am_cdwallcolor=4c 38 20 +am_colorset=0 +am_customcolors=true +am_drawmapback=1 +am_efwallcolor=66 55 55 +am_emptyspacemargin=0 +am_fdwallcolor=88 70 58 +am_followplayer=true +am_gridcolor=8b 5a 2b +am_interlevelcolor=ff 00 00 +am_intralevelcolor=00 00 ff +am_linealpha=1 +am_lineantialiasing=0 +am_linethickness=1 +am_lockedcolor=00 78 00 +am_map_secrets=1 +am_markcolor=2 +am_markfont=AMMNUMx +am_notseencolor=6c 6c 6c +am_ovcdwallcolor=00 88 44 +am_ovefwallcolor=00 88 44 +am_overlay=0 +am_ovfdwallcolor=00 88 44 +am_ovinterlevelcolor=ff ff 00 +am_ovlockedcolor=00 88 44 +am_ovotherwallscolor=00 88 44 +am_ovportalcolor=00 40 22 +am_ovsecretsectorcolor=00 ff ff +am_ovsecretwallcolor=00 88 44 +am_ovspecialwallcolor=ff ff ff +am_ovtelecolor=ff ff 00 +am_ovthingcolor=e8 88 00 +am_ovthingcolor_citem=e8 88 00 +am_ovthingcolor_friend=e8 88 00 +am_ovthingcolor_item=e8 88 00 +am_ovthingcolor_monster=e8 88 00 +am_ovthingcolor_ncmonster=e8 88 00 +am_ovunexploredsecretcolor=00 ff ff +am_ovunseencolor=00 22 6e +am_ovwallcolor=00 ff 00 +am_ovyourcolor=fc e8 d8 +am_portalcolor=40 40 40 +am_portaloverlay=true +am_rotate=0 +am_secretsectorcolor=ff 00 ff +am_secretwallcolor=00 00 00 +am_showcluster=false +am_showepisode=false +am_showgrid=false +am_showitems=false +am_showkeys=true +am_showkeys_always=false +am_showlevelname=true +am_showmaplabel=2 +am_showmonsters=true +am_showsecrets=true +am_showthingsprites=0 +am_showtime=true +am_showtotaltime=false +am_showtriggerlines=0 +am_specialwallcolor=ff ff ff +am_textured=false +am_thingcolor=fc fc fc +am_thingcolor_citem=fc fc fc +am_thingcolor_friend=fc fc fc +am_thingcolor_item=fc fc fc +am_thingcolor_monster=fc fc fc +am_thingcolor_ncmonster=fc fc fc +am_thingrenderstyles=true +am_tswallcolor=88 88 88 +am_unexploredsecretcolor=ff 00 ff +am_wallcolor=2c 18 08 +am_xhaircolor=80 80 80 +am_yourcolor=fc e8 d8 +am_zoomdir=0 +blood_fade_scalar=1 +chat_substitution=false +chatmacro0=No +chatmacro1=I'm ready to kick butt! +chatmacro2=I'm OK. +chatmacro3=I'm not looking too good! +chatmacro4=Help! +chatmacro5=You suck! +chatmacro6=Next time, scumbag... +chatmacro7=Come here! +chatmacro8=I'll take care of it. +chatmacro9=Yes +cl_bbannounce=false +cl_bloodsplats=true +cl_bloodtype=0 +cl_custominvulmapcolor1=00 00 1a +cl_custominvulmapcolor2=a6 a6 7a +cl_customizeinvulmap=false +cl_doautoaim=false +cl_gfxlocalization=3 +cl_maxdecals=1024 +cl_missiledecals=true +cl_nointros=false +cl_pufftype=0 +cl_rockettrails=1 +cl_showmultikills=true +cl_showsecretmessage=true +cl_showsprees=true +cl_spreaddecals=true +classic_scaling_factor=1 +classic_scaling_pixelaspect=1.2 +compatmode=0 +con_alpha=0.75 +con_centernotify=false +con_midtime=3 +con_notablist=false +con_notifytime=3 +con_pulsetext=false +con_scale=0 +con_scaletext=0 +crosshair=0 +crosshaircolor=ff 00 00 +crosshairforce=false +crosshairgrow=false +crosshairhealth=2 +crosshairon=true +crosshairscale=0.5 +dehload=0 +dimamount=-1 +dimcolor=ff d7 00 +displaynametags=0 +dlg_musicvolume=1 +dlg_vgafont=false +gl_aalines=false +gl_bandedswlight=false +gl_bloom=false +gl_bloom_amount=1.4 +gl_brightfog=false +gl_coronas=true +gl_enhanced_nightvision=true +gl_exposure_base=0.35 +gl_exposure_min=0.35 +gl_exposure_scale=1.3 +gl_exposure_speed=0.05 +gl_fogmode=2 +gl_fuzztype=0 +gl_interpolate_model_frames=true +gl_light_models=true +gl_lightadditivesurfaces=false +gl_lightmode=1 +gl_menu_blur=-1 +gl_paltonemap_powtable=2 +gl_paltonemap_reverselookup=true +gl_precache=false +gl_scale_viewport=true +gl_sclipfactor=1.8 +gl_sclipthreshold=10 +gl_spriteclip=1 +gl_tonemap=0 +gl_weaponlight=8 +hud_althud=false +hud_althud_forceinternal=false +hud_althudscale=0 +hud_ammo_order=0 +hud_ammo_red=25 +hud_ammo_yellow=50 +hud_armor_green=100 +hud_armor_red=25 +hud_armor_yellow=50 +hud_aspectscale=false +hud_berserk_health=true +hud_health_green=100 +hud_health_red=25 +hud_health_yellow=50 +hud_oldscale=true +hud_scale=0 +hud_scalefactor=1 +hud_showammo=2 +hud_showangles=false +hud_showitems=false +hud_showlag=0 +hud_showmonsters=true +hud_showscore=false +hud_showsecrets=true +hud_showstats=false +hud_showtime=0 +hud_showtimestat=0 +hud_showweapons=true +hud_swaphealtharmor=false +hud_timecolor=5 +hud_toggled=false +hudcolor_ltim=8 +hudcolor_statnames=6 +hudcolor_stats=3 +hudcolor_time=6 +hudcolor_titl=10 +hudcolor_ttim=5 +hudcolor_xyco=3 +hw_2dmip=true +inter_classic_scaling=true +log_vgafont=false +lookspring=true +m_quickexit=false +msg=0 +msg0color=11 +msg1color=5 +msg2color=2 +msg3color=3 +msg4color=3 +msgmidcolor=11 +msgmidcolor2=4 +nametagcolor=5 +nocheats=false +opn_custom_bank= +opn_use_custom_bank=false +paletteflash=0 +pickup_fade_scalar=1 +r_deathcamera=false +r_drawfuzz=1 +r_maxparticles=4000 +r_portal_recursions=4 +r_rail_smartspiral=false +r_rail_spiralsparsity=1 +r_rail_trailsparsity=1 +r_skymode=2 +r_spriteclipanamorphicminbias=0.6 +r_vanillatrans=0 +saved_drawplayersprite=true +saved_screenblocks=10 +saved_showmessages=true +sb_cooperative_enable=true +sb_cooperative_headingcolor=6 +sb_cooperative_otherplayercolor=2 +sb_cooperative_yourplayercolor=3 +sb_deathmatch_enable=true +sb_deathmatch_headingcolor=6 +sb_deathmatch_otherplayercolor=2 +sb_deathmatch_yourplayercolor=3 +sb_teamdeathmatch_enable=true +sb_teamdeathmatch_headingcolor=6 +screenblocks=10 +setslotstrict=true +show_obituaries=true +snd_menuvolume=0.6 +snd_pitched=false +st_oldouch=false +st_scale=0 +transsouls=0.75 +ui_screenborder_classic_scaling=true +uiscale=0 +underwater_fade_scalar=1 +vid_allowtrueultrawide=1 +vid_cursor=None +vid_nopalsubstitutions=false +wi_cleantextscale=false +wi_percents=true +wi_showtotaltime=true +wipetype=1 + +[Doom.LocalServerInfo] +compatflags=0 +compatflags2=0 +forcewater=false +maxviewpitch=90 +r_dithertransparency=false +r_radarclipper=false +sv_corpsequeuesize=64 +sv_disableautohealth=false +sv_dropstyle=0 +sv_portal_recursions=4 +sv_smartaim=0 + +[Doom.ConfigOnlyVariables] + +[Doom.UnknownConsoleVariables] + +[Doom.ConsoleAliases] + +[Doom.Bindings] +1=slot 1 +2=slot 2 +3=slot 3 +4=slot 4 +5=slot 5 +6=slot 6 +7=slot 7 +8=slot 8 +9=slot 9 +0=slot 0 +-=sizedown +Equals=sizeup +Tab=togglemap +W=+forward +E=+use +T=messagemode +LeftBracket=invprev +RightBracket=invnext +Enter=invuse +A=+moveleft +S=+back +D=+moveright +`=toggleconsole +Shift=+speed +\=+showscores +X=crouch +Space=+jump +CapsLock=toggle cl_run +F1=menu_help +F2=menu_save +F3=menu_load +F4=menu_options +F5=menu_display +F6=quicksave +F7=menu_endgame +F8=togglemessages +F9=quickload +F10=menu_quit +F11=bumpgamma +F12=spynext +SysRq=screenshot +Pause=pause +Home=land +PgUp=+moveup +End=centerview +PgDn=+lookup +Ins=+movedown +Del=+lookdown +Mouse1=+attack +Mouse2=+altattack +Joy1=+use +Joy4=+jump +Joy5=weapprev +Joy6=weapnext +Joy7=pause +Joy8=menu_main +Joy10=crouch +POV1Up=togglemap +POV1Right=invnext +POV1Down=invuse +POV1Left=invprev +MWheelUp=weapprev +MWheelDown=weapnext +MWheelRight=invnext +MWheelLeft=invprev +Axis3Plus=+altattack +Axis6Plus=+attack +DPadUp=togglemap +DPadDown=invuse +DPadLeft=invprev +DPadRight=invnext +Pad_Start=menu_main +Pad_Back=pause +LThumb=crouch +LShoulder=weapprev +RShoulder=weapnext +LTrigger=+altattack +RTrigger=+attack +Pad_A=+use +Pad_Y=+jump + +[Doom.DoubleBindings] + +[Doom.AutomapBindings] +0=am_gobig +-=+am_zoomout +Equals=+am_zoomin +P=am_toggletexture +F=am_togglefollow +G=am_togglegrid +C=am_clearmarks +M=am_setmark +KP-=+am_zoomout +KP+=+am_zoomin +UpArrow=+am_panup +LeftArrow=+am_panleft +RightArrow=+am_panright +DownArrow=+am_pandown +Joy1=am_setmark +Joy2=am_clearmarks +Joy3=am_togglefollow +Joy5=+am_zoomout +Joy6=+am_zoomin +POV1Up=+am_panup +POV1Right=+am_panright +POV1Down=+am_pandown +POV1Left=+am_panleft +MWheelUp=am_zoom 1.2 +MWheelDown=am_zoom -1.2 +DPadUp=+am_panup +DPadDown=+am_pandown +DPadLeft=+am_panleft +DPadRight=+am_panright +LShoulder=+am_zoomout +RShoulder=+am_zoomin +Pad_A=am_setmark +Pad_B=am_clearmarks +Pad_X=am_togglefollow + +[Doom.DoubleBindings] + +[Doom.AutomapBindings] +0=am_gobig +-=+am_zoomout +Equals=+am_zoomin +P=am_toggletexture +F=am_togglefollow +G=am_togglegrid +C=am_clearmarks +M=am_setmark +KP-=+am_zoomout +KP+=+am_zoomin +UpArrow=+am_panup +LeftArrow=+am_panleft +RightArrow=+am_panright +DownArrow=+am_pandown +Joy1=am_setmark +Joy2=am_clearmarks +Joy3=am_togglefollow +Joy5=+am_zoomout +Joy6=+am_zoomin +POV1Up=+am_panup +POV1Right=+am_panright +POV1Down=+am_pandown +POV1Left=+am_panleft +MWheelUp=am_zoom 1.2 +MWheelDown=am_zoom -1.2 +DPadUp=+am_panup +DPadDown=+am_pandown +DPadLeft=+am_panleft +DPadRight=+am_panright +LShoulder=+am_zoomout +RShoulder=+am_zoomin +Pad_A=am_setmark +Pad_B=am_clearmarks +Pad_X=am_togglefollow diff --git a/root/defaults/mame.ini b/root/defaults/mame.ini new file mode 100644 index 0000000..41e4897 --- /dev/null +++ b/root/defaults/mame.ini @@ -0,0 +1,414 @@ +# +# CORE CONFIGURATION OPTIONS +# +readconfig 1 +writeconfig 0 + +# +# CORE SEARCH PATH OPTIONS +# +homepath . +rompath /mame/roms;/usr/local/share/games/mame/roms;/usr/share/games/mame/roms;/config/Desktop +hashpath /usr/share/games/mame/hash +samplepath /mame/samples;/usr/local/share/games/mame/samples;/usr/share/games/mame/samples +artpath /mame/artwork;/usr/local/share/games/mame/artwork;/usr/share/games/mame/artwork +ctrlrpath /usr/share/games/mame/ctrlr +inipath $HOME/.mame;/etc/mame +fontpath /usr/share/games/mame/fonts +cheatpath /mame/cheat;/usr/local/share/games/mame/cheat;/usr/share/games/mame/cheat +crosshairpath /mame/crosshair;/usr/local/share/games/mame/crosshair;/usr/share/games/mame/crosshair +pluginspath /usr/share/games/mame/plugins +languagepath /usr/share/games/mame/language +swpath software + +# +# CORE OUTPUT DIRECTORY OPTIONS +# +cfg_directory $HOME/.mame/cfg +nvram_directory $HOME/.mame/nvram +input_directory $HOME/.mame/inp +state_directory $HOME/.mame/sta +snapshot_directory $HOME/.mame/snap +diff_directory $HOME/.mame/diff +comment_directory $HOME/.mame/comments +share_directory share + +# +# CORE STATE/PLAYBACK OPTIONS +# +state +autosave 0 +rewind 0 +rewind_capacity 100 +playback +record +exit_after_playback 0 +mngwrite +aviwrite +wavwrite +snapname %g/%i +snapsize auto +snapview auto +snapbilinear 1 +statename %g +burnin 0 + +# +# CORE PERFORMANCE OPTIONS +# +autoframeskip 0 +frameskip 0 +seconds_to_run 0 +throttle 1 +sleep 1 +speed 1.0 +refreshspeed 0 +lowlatency 0 + +# +# CORE RENDER OPTIONS +# +keepaspect 1 +unevenstretch 1 +unevenstretchx 0 +unevenstretchy 0 +autostretchxy 0 +intoverscan 0 +intscalex 0 +intscaley 0 + +# +# CORE ROTATION OPTIONS +# +rotate 1 +ror 0 +rol 0 +autoror 0 +autorol 0 +flipx 0 +flipy 0 + +# +# CORE ARTWORK OPTIONS +# +artwork_crop 0 +fallback_artwork +override_artwork + +# +# CORE SCREEN OPTIONS +# +brightness 1.0 +contrast 1.0 +gamma 1.0 +pause_brightness 0.65 +effect none + +# +# CORE VECTOR OPTIONS +# +beam_width_min 1.0 +beam_width_max 1.0 +beam_dot_size 1.0 +beam_intensity_weight 0 +flicker 0 + +# +# CORE SOUND OPTIONS +# +samplerate 48000 +samples 1 +volume 0 +compressor 1 +speaker_report 0 + +# +# CORE INPUT OPTIONS +# +coin_lockout 1 +ctrlr +mouse 1 +joystick 1 +lightgun 0 +multikeyboard 0 +multimouse 0 +steadykey 0 +ui_active 0 +offscreen_reload 0 +joystick_map auto +joystick_deadzone 0.15 +joystick_saturation 0.85 +joystick_threshold 0.3 +natural 0 +joystick_contradictory 0 +coin_impulse 0 + +# +# CORE INPUT AUTOMATIC ENABLE OPTIONS +# +paddle_device keyboard +adstick_device keyboard +pedal_device keyboard +dial_device keyboard +trackball_device keyboard +lightgun_device keyboard +positional_device keyboard +mouse_device mouse + +# +# CORE DEBUGGING OPTIONS +# +verbose 0 +log 0 +oslog 0 +debug 0 +update_in_pause 0 +debugscript +debuglog 0 + +# +# CORE COMM OPTIONS +# +comm_localhost 0.0.0.0 +comm_localport 15112 +comm_remotehost 127.0.0.1 +comm_remoteport 15112 +comm_framesync 0 + +# +# CORE MISC OPTIONS +# +drc 1 +drc_use_c 0 +drc_log_uml 0 +drc_log_native 0 +bios +cheat 0 +skip_gameinfo 0 +uifont default +ui cabinet +ramsize +confirm_quit 0 +ui_mouse 1 +language +nvram_save 1 + +# +# SCRIPTING OPTIONS +# +autoboot_command +autoboot_delay 0 +autoboot_script +console 0 +plugins 1 +plugin +noplugin + +# +# HTTP SERVER OPTIONS +# +http 0 +http_port 8080 +http_root web + +# +# OSD INPUT MAPPING OPTIONS +# +uimodekey INSERT +controller_map none +background_input 0 + +# +# OSD FONT OPTIONS +# +uifontprovider auto + +# +# OSD OUTPUT OPTIONS +# +output auto + +# +# OSD INPUT OPTIONS +# +keyboardprovider auto +mouseprovider auto +lightgunprovider auto +joystickprovider auto + +# +# OSD DEBUGGING OPTIONS +# +debugger auto +debugger_host localhost +debugger_port 23946 +debugger_font auto +debugger_font_size 0 +watchdog 0 + +# +# OSD PERFORMANCE OPTIONS +# +numprocessors auto +bench 0 + +# +# OSD VIDEO OPTIONS +# +video soft +numscreens 1 +window 1 +maximize 1 +waitvsync 0 +syncrefresh 0 +monitorprovider auto + +# +# OSD PER-WINDOW VIDEO OPTIONS +# +screen auto +aspect auto +resolution auto +view auto +screen0 auto +aspect0 auto +resolution0 auto +view0 auto +screen1 auto +aspect1 auto +resolution1 auto +view1 auto +screen2 auto +aspect2 auto +resolution2 auto +view2 auto +screen3 auto +aspect3 auto +resolution3 auto +view3 auto + +# +# OSD FULL SCREEN OPTIONS +# +switchres 0 + +# +# OSD ACCELERATED VIDEO OPTIONS +# +filter 1 +prescale 1 + +# +# OpenGL-SPECIFIC OPTIONS +# +gl_forcepow2texture 0 +gl_notexturerect 0 +gl_vbo 1 +gl_pbo 1 +gl_glsl 0 +gl_glsl_filter 1 +glsl_shader_mame0 none +glsl_shader_mame1 none +glsl_shader_mame2 none +glsl_shader_mame3 none +glsl_shader_mame4 none +glsl_shader_mame5 none +glsl_shader_mame6 none +glsl_shader_mame7 none +glsl_shader_mame8 none +glsl_shader_mame9 none +glsl_shader_screen0 none +glsl_shader_screen1 none +glsl_shader_screen2 none +glsl_shader_screen3 none +glsl_shader_screen4 none +glsl_shader_screen5 none +glsl_shader_screen6 none +glsl_shader_screen7 none +glsl_shader_screen8 none +glsl_shader_screen9 none + +# +# OSD SOUND OPTIONS +# +sound auto +audio_latency 2 + +# +# PORTAUDIO OPTIONS +# +pa_api none +pa_device none +pa_latency 0 + +# +# OSD MIDI OPTIONS +# +midiprovider auto + +# +# OSD EMULATED NETWORKING OPTIONS +# +networkprovider auto + +# +# BGFX POST-PROCESSING OPTIONS +# +bgfx_path /usr/share/games/mame/bgfx +bgfx_backend auto +bgfx_debug 0 +bgfx_screen_chains +bgfx_shadow_mask slot-mask.png +bgfx_lut lut-default.png +bgfx_avi_name auto + +# +# SDL PERFORMANCE OPTIONS +# +sdlvideofps 0 + +# +# SDL VIDEO OPTIONS +# +centerh 1 +centerv 1 +scalemode none + +# +# SDL FULL SCREEN OPTIONS +# +useallheads 0 +attach_window + +# +# SDL KEYBOARD MAPPING +# +keymap 0 +keymap_file keymap.dat + +# +# SDL INPUT OPTIONS +# +enable_touch 0 +sixaxis 0 +dual_lightgun 0 + +# +# SDL LIGHTGUN MAPPING +# +lightgun_index1 auto +lightgun_index2 auto +lightgun_index3 auto +lightgun_index4 auto +lightgun_index5 auto +lightgun_index6 auto +lightgun_index7 auto +lightgun_index8 auto + +# +# SDL LOW-LEVEL DRIVER OPTIONS +# +videodriver auto +renderdriver auto +audiodriver auto +gl_lib auto diff --git a/root/defaults/startwm_wayland.sh b/root/defaults/startwm_wayland.sh new file mode 100755 index 0000000..0647a93 --- /dev/null +++ b/root/defaults/startwm_wayland.sh @@ -0,0 +1,22 @@ +#!/usr/bin/env bash + +# Default files +if [ ! -f "${HOME}"/.config/lxqt/lxqt.conf ]; then + mkdir -p "${HOME}"/.config + cp -r /defaults/config/.config/* "${HOME}"/.config/ +fi +if [ ! -f "${HOME}"/Desktop/PCSX2.desktop ]; then + mkdir -p "${HOME}"/Desktop + cp /defaults/desktop/* "${HOME}"/Desktop + sudo cp /defaults/desktop/* /usr/share/applications/ + chmod +x "${HOME}"/Desktop/*.desktop +fi + +# Start DE +ulimit -c 0 +export XCURSOR_THEME=breeze +export XCURSOR_SIZE=24 +export XKB_DEFAULT_LAYOUT=us +export XKB_DEFAULT_RULES=evdev +export WAYLAND_DISPLAY=wayland-1 +labwc > /dev/null 2>&1 diff --git a/root/defaults/wallpaper.jpg b/root/defaults/wallpaper.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95d8b9666413188290d36f87edd3e68a805642cf GIT binary patch literal 147989 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 V7W@!<5>KMBJEpt;&&{jF{{wi7Fk=7! literal 0 HcmV?d00001 diff --git a/root/etc/s6-overlay/s6-rc.d/init-selkies-config/run b/root/etc/s6-overlay/s6-rc.d/init-selkies-config/run new file mode 100755 index 0000000..f3a9c1a --- /dev/null +++ b/root/etc/s6-overlay/s6-rc.d/init-selkies-config/run @@ -0,0 +1,298 @@ +#!/usr/bin/with-contenv bash + +# set paths for wayland or xorg +if [[ "${PIXELFLUX_WAYLAND}" == "true" ]];then + CONF_DIR="$HOME/.config/labwc" + DEF_AUTOSTART="/defaults/autostart_wayland" + DEF_MENU="/defaults/menu_wayland.xml" + DEF_RC="/defaults/labwc.xml" +else + CONF_DIR="$HOME/.config/openbox" + DEF_AUTOSTART="/defaults/autostart" + DEF_MENU="/defaults/menu.xml" +fi + +# default file copies first run +mkdir -p "$HOME/.config" +chown abc:abc "$HOME/.config" +if [[ ! -f "$CONF_DIR/autostart" ]]; then + mkdir -p "$CONF_DIR" + if [[ -f "$DEF_AUTOSTART" ]]; then + cp "$DEF_AUTOSTART" "$CONF_DIR/autostart" + chown abc:abc "$CONF_DIR" "$CONF_DIR/autostart" + fi +fi +if [[ ! -f "$CONF_DIR/menu.xml" ]]; then + mkdir -p "$CONF_DIR" && \ + cp "$DEF_MENU" "$CONF_DIR/menu.xml" + chown abc:abc "$CONF_DIR" "$CONF_DIR/menu.xml" +fi + +# XDG Home +if [ ! -d "$HOME/.XDG" ]; then + mkdir -p "$HOME/.XDG" + chown abc:abc "$HOME/.XDG" +fi +printf "$HOME/.XDG" > /run/s6/container_environment/XDG_RUNTIME_DIR + +# locale Support +if [ ! -z ${LC_ALL+x} ]; then + printf "${LC_ALL%.UTF-8}" > /run/s6/container_environment/LANGUAGE + printf "${LC_ALL}" > /run/s6/container_environment/LANG +fi + +# hardening flags +if [[ ${HARDEN_DESKTOP,,} == "true" ]]; then + export DISABLE_OPEN_TOOLS="true" + export DISABLE_SUDO="true" + export DISABLE_TERMINALS="true" + # application hardening if unset + if [ -z ${SELKIES_FILE_TRANSFERS+x} ]; then + printf "" > /run/s6/container_environment/SELKIES_FILE_TRANSFERS + fi + if [ -z ${SELKIES_COMMAND_ENABLED+x} ]; then + printf "false" > /run/s6/container_environment/SELKIES_COMMAND_ENABLED + fi + if [ -z ${SELKIES_UI_SIDEBAR_SHOW_FILES+x} ]; then + printf "false" > /run/s6/container_environment/SELKIES_UI_SIDEBAR_SHOW_FILES + fi + if [ -z ${SELKIES_UI_SIDEBAR_SHOW_APPS+x} ]; then + printf "false" > /run/s6/container_environment/SELKIES_UI_SIDEBAR_SHOW_APPS + fi +fi +if [[ ${HARDEN_OPENBOX,,} == "true" ]]; then + export DISABLE_CLOSE_BUTTON="true" + export DISABLE_MOUSE_BUTTONS="true" + export HARDEN_KEYBINDS="true" + if [ -z ${RESTART_APP+x} ]; then + export RESTART_APP=true + printf "true" > /run/s6/container_environment/RESTART_APP + fi +fi + +# disable open tools +xdg_open_path=$(which xdg-open 2>/dev/null) +exo_open_path=$(which exo-open 2>/dev/null) +if [[ ${DISABLE_OPEN_TOOLS,,} == "true" ]]; then + echo "[ls.io-init] Disabling xdg-open and exo-open" + [ -n "$xdg_open_path" ] && chmod 0000 "$xdg_open_path" + [ -n "$exo_open_path" ] && chmod 0000 "$exo_open_path" +else + [ -n "$xdg_open_path" ] && chmod 755 "$xdg_open_path" + [ -n "$exo_open_path" ] && chmod 755 "$exo_open_path" +fi + +# disable sudo +sudo_path=$(which sudo 2>/dev/null) +if [[ ${DISABLE_SUDO,,} == "true" ]]; then + echo "[ls.io-init] Disabling sudo binary and corrupting sudoers config" + [ -n "$sudo_path" ] && chmod 0000 "$sudo_path" + sed -i "s/NOPASSWD/CORRUPT_FILE/g" /etc/sudoers +else + [ -n "$sudo_path" ] && chmod 4755 "$sudo_path" + sed -i "s/CORRUPT_FILE/NOPASSWD/g" /etc/sudoers +fi + +# disable terminals and menu entries +USER_MENU_DIR="$CONF_DIR" +USER_MENU_XML="$USER_MENU_DIR/menu.xml" +USER_MENU_BAK="$USER_MENU_DIR/menu.xml.bak" +TERMINAL_NAMES=("xterm" "st" "stterm" "uxterm" "lxterminal" "gnome-terminal" "konsole" "xfce4-terminal" "terminator" "foot" "weston-terminal") +if [ -f "$USER_MENU_XML" ] && [ ! -f "$USER_MENU_BAK" ]; then + echo "[ls.io-init] Creating initial backup of menu.xml" + cp "$USER_MENU_XML" "$USER_MENU_BAK" + chown abc:abc "$USER_MENU_BAK" +fi +if [[ ${DISABLE_TERMINALS,,} == "true" ]]; then + echo "[ls.io-init] Disabling terminal binaries and removing from menu" + [ -f "$USER_MENU_BAK" ] && cp "$USER_MENU_BAK" "$USER_MENU_XML" + for term_name in "${TERMINAL_NAMES[@]}"; do + term_path=$(which "$term_name" 2>/dev/null) + if [ -n "$term_path" ]; then + chmod 0000 "$term_path" + escaped_path=$(echo "$term_path" | sed 's/[&/\]/\\&/g') + sed -i "/<command>${escaped_path}<\/command>/d" "$USER_MENU_XML" + fi + done + chown abc:abc "$USER_MENU_XML" +else + if [ -f "$USER_MENU_BAK" ]; then + cp "$USER_MENU_BAK" "$USER_MENU_XML" + chown abc:abc "$USER_MENU_XML" + fi + for term_name in "${TERMINAL_NAMES[@]}"; do + term_path=$(which "$term_name" 2>/dev/null) + if [ -n "$term_path" ] && [ ! -x "$term_path" ]; then + chmod 755 "$term_path" + fi + done +fi + +# lock down autostart file if auto restart is enabled +AUTOSTART_SCRIPT="$CONF_DIR/autostart" +if [ -f "$AUTOSTART_SCRIPT" ]; then + if [[ ${RESTART_APP,,} == "true" ]]; then + echo "[ls.io-init] RESTART_APP is set. Setting autostart owner to root and making read-only for user" + chown root:abc "$AUTOSTART_SCRIPT" + chmod 550 "$AUTOSTART_SCRIPT" + else + chown abc:abc "$AUTOSTART_SCRIPT" + chmod 644 "$AUTOSTART_SCRIPT" + fi +fi + +# wm tweaks +if [[ "${PIXELFLUX_WAYLAND}" == "true" ]];then + # labwc tweaks + USER_RC_XML="$CONF_DIR/rc.xml" + if [[ -f "$DEF_RC" ]]; then + echo "[ls.io-init] Generating labwc rc.xml from template" + cp "$DEF_RC" "$USER_RC_XML" + chown abc:abc "$USER_RC_XML" + + if [[ -n "${DISABLE_CLOSE_BUTTON}" ]]; then + echo "[ls.io-init] Disabling close button" + sed -i 's/close//' "$USER_RC_XML" + fi + if [[ ${DISABLE_MOUSE_BUTTONS,,} == "true" ]]; then + echo "[ls.io-init] Disabling right and middle mouse clicks" + sed -i -e '/<mousebind button="Right"/,/<\/mousebind>/d' \ + -e '/<mousebind button="Middle"/,/<\/mousebind>/d' "$USER_RC_XML" + fi + if [[ ! -z ${NO_DECOR+x} ]]; then + echo "[ls.io-init] Removing window decorations" + sed -i 's/serverDecoration="yes"/serverDecoration="no"/' "$USER_RC_XML" + fi + if [[ ! -z ${NO_FULL+x} ]]; then + echo "[ls.io-init] Disabling auto-maximization" + sed -i '/<windowRule identifier="\*"><action name="Maximize" \/><\/windowRule>/d' "$USER_RC_XML" + fi + if [[ ${HARDEN_KEYBINDS,,} == "true" ]]; then + echo "[ls.io-init] Disabling dangerous keybinds" + KEYS_TO_DISABLE=( + "A-F4" + "A-Escape" + "A-space" + "W-e" + ) + for key in "${KEYS_TO_DISABLE[@]}"; do + sed -i "/<keybind key=\"${key}\"/I,/<\/keybind>/{s/^/ <!-- /;s/$/ -->/}" "$USER_RC_XML" + done + fi + + # lock file if hardened + if [[ ${DISABLE_MOUSE_BUTTONS,,} == "true" || ${HARDEN_KEYBINDS,,} == "true" ]]; then + echo "[ls.io-init] Locking labwc rc.xml to prevent security overrides" + chown root:abc "$USER_RC_XML" + chmod 444 "$USER_RC_XML" + fi + fi +else + # openbox tweaks + SYS_RC_XML="/etc/xdg/openbox/rc.xml" + SYS_RC_BAK="/etc/xdg/openbox/rc.xml.bak" + if [ ! -f "$SYS_RC_BAK" ]; then + echo "[ls.io-init] Creating initial backup of system rc.xml" + cp "$SYS_RC_XML" "$SYS_RC_BAK" + fi + cp "$SYS_RC_BAK" "$SYS_RC_XML" + if [[ -n "${DISABLE_CLOSE_BUTTON}" ]]; then + echo "[ls.io-init] Disabling close button" + sed -i '/<titleLayout>/s/C//' "$SYS_RC_XML" + fi + if [[ ${DISABLE_MOUSE_BUTTONS,,} == "true" ]]; then + echo "[ls.io-init] Disabling right and middle mouse clicks" + sed -i -e '/<mousebind button="Right"/,/<\/mousebind>/d' \ + -e '/<mousebind button="Middle"/,/<\/mousebind>/d' "$SYS_RC_XML" + fi + if [[ ! -z ${NO_DECOR+x} ]]; then + echo "[ls.io-init] Removing window decorations" + sed -i 's/<application class="\*">/&<decor>no<\/decor>/' "$SYS_RC_XML" + fi + if [[ ! -z ${NO_FULL+x} ]]; then + echo "[ls.io-init] Disabling maximization" + sed -i '/<maximized>yes<\/maximized>/d' "$SYS_RC_XML" + fi + if [[ ${HARDEN_KEYBINDS,,} == "true" ]]; then + echo "[ls.io-init] Disabling dangerous keybinds" + KEYS_TO_DISABLE=( + "A-F4" + "A-Escape" + "A-space" + "W-e" + ) + for key in "${KEYS_TO_DISABLE[@]}"; do + sed -i "/<keybind key=\"${key}\"/,/<\/keybind>/{s/^/ <!-- /;s/$/ -->/}" "$SYS_RC_XML" + done + fi + + # disable user rc path if config is hardened + USER_RC_XML="$CONF_DIR/rc.xml" + if [[ ${DISABLE_MOUSE_BUTTONS,,} == "true" || ${HARDEN_KEYBINDS,,} == "true" ]]; then + echo "[ls.io-init] Locking user rc.xml to prevent security overrides" + mkdir -p "$(dirname $USER_RC_XML)" + chown abc:abc "$(dirname $USER_RC_XML)" + cp "$SYS_RC_XML" "$USER_RC_XML" + chown root:abc "$USER_RC_XML" + chmod 444 "$USER_RC_XML" + else + if [ -f "$USER_RC_XML" ] && [ "$(stat -c '%U' $USER_RC_XML)" == "root" ]; then + echo "[ls.io-init] Hardening disabled, removing locked user rc.xml" + rm -f "$USER_RC_XML" + fi + fi +fi + +# add proot-apps +proot_updated=false +if [ ! -f "$HOME/.local/bin/proot-apps" ]; then + mkdir -p "$HOME/.local/bin/" + cp /proot-apps/* "$HOME/.local/bin/" + echo 'export PATH="$HOME/.local/bin:$PATH"' >> "$HOME/.bashrc" + proot_updated=true +elif ! diff -q /proot-apps/pversion "$HOME/.local/bin/pversion" > /dev/null; then + cp /proot-apps/* "$HOME/.local/bin/" + proot_updated=true +fi +if [ "$proot_updated" = true ]; then + chown -R abc:abc "$HOME/.local" + [ -f "$HOME/.bashrc" ] && chown abc:abc "$HOME/.bashrc" +fi + +# Enable gpu encode if device detected +if ! which nvidia-smi && [ -e "/dev/dri/renderD128" ] && [ ! -e "/dev/dri/renderD129" ] && [ -z ${DRI_NODE+x} ]; then + printf "/dev/dri/renderD128" > /run/s6/container_environment/DRI_NODE +fi +if [[ "${PIXELFLUX_WAYLAND}" == "true" ]] && [ -e "/dev/dri/renderD128" ] && [ ! -e "/dev/dri/renderD129" ] && [ -z ${DRI_NODE+x} ]; then + printf "/dev/dri/renderD128" > /run/s6/container_environment/DRI_NODE + if [ -z ${DRINODE+x} ]; then + printf "/dev/dri/renderD128" > /run/s6/container_environment/DRINODE + fi +fi + +# js setup +mkdir -pm1777 /dev/input +touch /tmp/selkies_js.log +chmod 777 /tmp/selkies* +if [[ -z ${NO_GAMEPAD+x} ]] && mknod /dev/input/js0 c 13 0; then + printf "/usr/lib/selkies_joystick_interposer.so:/opt/lib/libudev.so.1.0.0-fake" > /run/s6/container_environment/LD_PRELOAD + mknod /dev/input/js1 c 13 1 + mknod /dev/input/js2 c 13 2 + mknod /dev/input/js3 c 13 3 + mknod /dev/input/event1000 c 13 1064 + mknod /dev/input/event1001 c 13 1065 + mknod /dev/input/event1002 c 13 1066 + mknod /dev/input/event1003 c 13 1067 + chmod 777 /dev/input/js* /dev/input/event* +else + printf "false" > /run/s6/container_environment/SELKIES_UI_SIDEBAR_SHOW_GAMEPADS + printf "false" > /run/s6/container_environment/SELKIES_GAMEPAD_ENABLED + printf "false" > /run/s6/container_environment/SELKIES_ENABLE_PLAYER2 + printf "false" > /run/s6/container_environment/SELKIES_ENABLE_PLAYER3 + printf "false" > /run/s6/container_environment/SELKIES_ENABLE_PLAYER3 +fi + +# set ws port if unset +if [[ -z ${CUSTOM_WS_PORT+x} ]]; then + printf "8082" > /run/s6/container_environment/CUSTOM_WS_PORT +fi diff --git a/root/usr/bin/chromium b/root/usr/bin/chromium new file mode 100755 index 0000000..b0658c7 --- /dev/null +++ b/root/usr/bin/chromium @@ -0,0 +1,15 @@ +#! /bin/bash + +BIN=/usr/bin/chromium-browser + +# Cleanup +if ! pgrep chromium > /dev/null;then + rm -f $HOME/.config/chromium/Singleton* +fi + +# Run normally on privved containers or modified un non priv +if grep -q 'Seccomp:.0' /proc/1/status; then + ${BIN} --no-first-run --password-store=basic --enable-features=UseOzonePlatform --ozone-platform=wayland "$@" +else + ${BIN} --no-first-run --password-store=basic --no-sandbox --test-type --enable-features=UseOzonePlatform --ozone-platform=wayland "$@" +fi diff --git a/root/usr/bin/retroarch b/root/usr/bin/retroarch new file mode 100755 index 0000000..72cc3a1 --- /dev/null +++ b/root/usr/bin/retroarch @@ -0,0 +1,2 @@ +#! /bin/bash +foot -e retroarch-real "$@" diff --git a/root/usr/local/bin/wrapped-chromium b/root/usr/local/bin/wrapped-chromium new file mode 100755 index 0000000..093678e --- /dev/null +++ b/root/usr/local/bin/wrapped-chromium @@ -0,0 +1,15 @@ +#! /bin/bash + +BIN=/usr/bin/chromium + +# Cleanup +if ! pgrep chromium > /dev/null;then + rm -f $HOME/.config/chromium/Singleton* +fi + +# Run normally on privved containers or modified un non priv +if grep -q 'Seccomp:.0' /proc/1/status; then + ${BIN} --password-store=basic "$@" +else + ${BIN} --password-store=basic --no-sandbox --test-type "$@" +fi From 8c5689f96e04c121f72de5ef769134c2d8959098 Mon Sep 17 00:00:00 2001 From: thelamer <ryankuba@gmail.com> Date: Wed, 25 Feb 2026 15:01:07 -0500 Subject: [PATCH 2/7] disable multi arch --- Jenkinsfile | 2 +- jenkins-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6809672..a259eda 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { DEV_DOCKERHUB_IMAGE = 'lsiodev/webstation' PR_DOCKERHUB_IMAGE = 'lspipepr/webstation' DIST_IMAGE = 'ubuntu' - MULTIARCH='true' + MULTIARCH='false' CI='true' CI_WEB='true' CI_PORT='3001' diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 7f8bdc5..52c667d 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -16,7 +16,7 @@ repo_vars: - DEV_DOCKERHUB_IMAGE = 'lsiodev/webstation' - PR_DOCKERHUB_IMAGE = 'lspipepr/webstation' - DIST_IMAGE = 'ubuntu' - - MULTIARCH='true' + - MULTIARCH='false' - CI='true' - CI_WEB='true' - CI_PORT='3001' From 5bf0894bb8c8f7294e5d9c01c5a4c3f1a698fb6a Mon Sep 17 00:00:00 2001 From: thelamer <ryankuba@gmail.com> Date: Thu, 26 Feb 2026 10:23:19 -0500 Subject: [PATCH 3/7] use latest not master for tag --- Jenkinsfile | 42 +++++++++++++++++++++--------------------- README.md | 16 ++++++++-------- jenkins-vars.yml | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a259eda..c8cb963 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,7 +76,7 @@ pipeline { script{ env.EXIT_STATUS = '' env.LS_RELEASE = sh( - script: '''docker run --rm quay.io/skopeo/stable:v1 inspect docker://ghcr.io/${LS_USER}/${CONTAINER_NAME}:master 2>/dev/null | jq -r '.Labels.build_version' | awk '{print $3}' | grep '\\-ls' || : ''', + script: '''docker run --rm quay.io/skopeo/stable:v1 inspect docker://ghcr.io/${LS_USER}/${CONTAINER_NAME}:latest 2>/dev/null | jq -r '.Labels.build_version' | awk '{print $3}' | grep '\\-ls' || : ''', returnStdout: true).trim() env.LS_RELEASE_NOTES = sh( script: '''cat readme-vars.yml | awk -F \\" '/date: "[0-9][0-9].[0-9][0-9].[0-9][0-9]:/ {print $4;exit;}' | sed -E ':a;N;$!ba;s/\\r{0,1}\\n/\\\\n/g' ''', @@ -109,7 +109,7 @@ pipeline { script{ env.LS_TAG_NUMBER = sh( script: '''#! /bin/bash - tagsha=$(git rev-list -n 1 master-${LS_RELEASE} 2>/dev/null) + tagsha=$(git rev-list -n 1 ${LS_RELEASE} 2>/dev/null) if [ "${tagsha}" == "${COMMIT_SHA}" ]; then echo ${LS_RELEASE_NUMBER} elif [ -z "${GIT_COMMIT}" ]; then @@ -198,13 +198,13 @@ pipeline { env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/' + env.CONTAINER_NAME env.QUAYIMAGE = 'quay.io/linuxserver.io/' + env.CONTAINER_NAME if (env.MULTIARCH == 'true') { - env.CI_TAGS = 'amd64-master-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + '|arm64v8-master-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + env.CI_TAGS = 'amd64-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + '|arm64v8-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER } else { - env.CI_TAGS = 'master-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + env.CI_TAGS = env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER } env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER - env.META_TAG = 'master-' + env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER - env.EXT_RELEASE_TAG = 'master-version-' + env.EXT_RELEASE_CLEAN + env.META_TAG = env.EXT_RELEASE_CLEAN + '-ls' + env.LS_TAG_NUMBER + env.EXT_RELEASE_TAG = 'version-' + env.EXT_RELEASE_CLEAN env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' env.CITEST_IMAGETAG = 'latest' } @@ -223,13 +223,13 @@ pipeline { env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lsiodev-' + env.CONTAINER_NAME env.QUAYIMAGE = 'quay.io/linuxserver.io/lsiodev-' + env.CONTAINER_NAME if (env.MULTIARCH == 'true') { - env.CI_TAGS = 'amd64-master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '|arm64v8-master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + env.CI_TAGS = 'amd64-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '|arm64v8-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA } else { - env.CI_TAGS = 'master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + env.CI_TAGS = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA } env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA - env.META_TAG = 'master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA - env.EXT_RELEASE_TAG = 'master-version-' + env.EXT_RELEASE_CLEAN + env.META_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + env.EXT_RELEASE_TAG = 'version-' + env.EXT_RELEASE_CLEAN env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DEV_DOCKERHUB_IMAGE + '/tags/' env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' env.CITEST_IMAGETAG = 'develop' @@ -248,13 +248,13 @@ pipeline { env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lspipepr-' + env.CONTAINER_NAME env.QUAYIMAGE = 'quay.io/linuxserver.io/lspipepr-' + env.CONTAINER_NAME if (env.MULTIARCH == 'true') { - env.CI_TAGS = 'amd64-master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + '|arm64v8-master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + env.CI_TAGS = 'amd64-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + '|arm64v8-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST } else { - env.CI_TAGS = 'master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + env.CI_TAGS = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST } env.VERSION_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST - env.META_TAG = 'master-' + env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST - env.EXT_RELEASE_TAG = 'master-version-' + env.EXT_RELEASE_CLEAN + env.META_TAG = env.EXT_RELEASE_CLEAN + '-pkg-' + env.PACKAGE_TAG + '-dev-' + env.COMMIT_SHA + '-pr-' + env.PULL_REQUEST + env.EXT_RELEASE_TAG = 'version-' + env.EXT_RELEASE_CLEAN env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/pull/' + env.PULL_REQUEST env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.PR_DOCKERHUB_IMAGE + '/tags/' env.BUILDCACHE = 'docker.io/lsiodev/buildcache,registry.gitlab.com/linuxserver.io/docker-jenkins-builder/lsiodev-buildcache,ghcr.io/linuxserver/lsiodev-buildcache,quay.io/linuxserver.io/lsiodev-buildcache' @@ -362,9 +362,9 @@ pipeline { sed -i 's|^changelogs:|# init diagram\\ninit_diagram:\\n\\n# changelog\\nchangelogs:|' readme-vars.yml fi mkdir -p ${TEMPDIR}/d2 - docker run --rm -v ${TEMPDIR}/d2:/output -e PUID=$(id -u) -e PGID=$(id -g) -e RAW="true" ghcr.io/linuxserver/d2-builder:latest ${CONTAINER_NAME}:master + docker run --rm -v ${TEMPDIR}/d2:/output -e PUID=$(id -u) -e PGID=$(id -g) -e RAW="true" ghcr.io/linuxserver/d2-builder:latest ${CONTAINER_NAME}:latest ls -al ${TEMPDIR}/d2 - yq -ei ".init_diagram |= load_str(\\"${TEMPDIR}/d2/${CONTAINER_NAME}-master.d2\\")" readme-vars.yml + yq -ei ".init_diagram |= load_str(\\"${TEMPDIR}/d2/${CONTAINER_NAME}-latest.d2\\")" readme-vars.yml if [[ $(md5sum readme-vars.yml | cut -c1-8) != $(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/readme-vars.yml | cut -c1-8) ]]; then echo "'init_diagram' has been updated. Updating repo and exiting build, new one will trigger based on commit." mkdir -p ${TEMPDIR}/repo @@ -892,7 +892,7 @@ pipeline { -e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \ -e TAGS=\"${CI_TAGS}\" \ -e META_TAG=\"${META_TAG}\" \ - -e RELEASE_TAG=\"master\" \ + -e RELEASE_TAG=\"latest\" \ -e PORT=\"${CI_PORT}\" \ -e SSL=\"${CI_SSL}\" \ -e BASE=\"${DIST_IMAGE}\" \ @@ -932,7 +932,7 @@ pipeline { CACHEIMAGE=${i} fi done - docker buildx imagetools create --prefer-index=false -t ${PUSHIMAGE}:${META_TAG} -t ${PUSHIMAGE}:master -t ${PUSHIMAGE}:${EXT_RELEASE_TAG} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ + docker buildx imagetools create --prefer-index=false -t ${PUSHIMAGE}:${META_TAG} -t ${PUSHIMAGE}:latest -t ${PUSHIMAGE}:${EXT_RELEASE_TAG} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ { if [[ "${PUSHIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } if [ -n "${SEMVER}" ]; then docker buildx imagetools create --prefer-index=false -t ${PUSHIMAGE}:${SEMVER} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ @@ -961,9 +961,9 @@ pipeline { CACHEIMAGE=${i} fi done - docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:amd64-${META_TAG} -t ${MANIFESTIMAGE}:amd64-master -t ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:amd64-${META_TAG} -t ${MANIFESTIMAGE}:amd64-latest -t ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } - docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:arm64v8-${META_TAG} -t ${MANIFESTIMAGE}:arm64v8-master -t ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} ${CACHEIMAGE}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} || \ + docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:arm64v8-${META_TAG} -t ${MANIFESTIMAGE}:arm64v8-latest -t ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} ${CACHEIMAGE}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} || \ { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } if [ -n "${SEMVER}" ]; then docker buildx imagetools create --prefer-index=false -t ${MANIFESTIMAGE}:amd64-${SEMVER} ${CACHEIMAGE}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} || \ @@ -973,7 +973,7 @@ pipeline { fi done for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do - docker buildx imagetools create -t ${MANIFESTIMAGE}:master ${MANIFESTIMAGE}:amd64-master ${MANIFESTIMAGE}:arm64v8-master || \ + docker buildx imagetools create -t ${MANIFESTIMAGE}:latest ${MANIFESTIMAGE}:amd64-latest ${MANIFESTIMAGE}:arm64v8-latest || \ { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } docker buildx imagetools create -t ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG} || \ { if [[ "${MANIFESTIMAGE}" != "${QUAYIMAGE}" ]]; then exit 1; fi; } diff --git a/README.md b/README.md index ac5d4ef..86bc935 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Find us at: [![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/webstation.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/webstation) [![Docker Stars](https://img.shields.io/docker/stars/linuxserver/webstation.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/webstation) [![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-webstation%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-webstation/job/master/) -[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fwebstation%2Fmaster%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/webstation/master/index.html) +[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fwebstation%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/webstation/latest/index.html) [Webstation](https://github.com/linuxserver/docker-webstation) is a web native emulation focused LXQt desktop based on Ubuntu. @@ -45,7 +45,7 @@ Find us at: We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://distribution.github.io/distribution/spec/manifest-v2-2/#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). -Simply pulling `lscr.io/linuxserver/webstation:master` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. +Simply pulling `lscr.io/linuxserver/webstation:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. The architectures supported by this image are: @@ -144,7 +144,7 @@ For Intel and AMD GPUs. --- services: webstation: - image: lscr.io/linuxserver/webstation:master + image: lscr.io/linuxserver/webstation:latest environment: - PIXELFLUX_WAYLAND=true # Ensure these point to the rendered node injected by the runtime (usually renderD128) @@ -407,7 +407,7 @@ To help you get started creating a container from this image you can either use --- services: webstation: - image: lscr.io/linuxserver/webstation:master + image: lscr.io/linuxserver/webstation:latest container_name: webstation environment: - PUID=1000 @@ -435,7 +435,7 @@ docker run -d \ -v /path/to/config:/config \ --shm-size="1gb" \ --restart unless-stopped \ - lscr.io/linuxserver/webstation:master + lscr.io/linuxserver/webstation:latest ``` ## Parameters @@ -516,7 +516,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to * Image version number: ```bash - docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/webstation:master + docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/webstation:latest ``` ## Updating Info @@ -564,7 +564,7 @@ Below are the instructions for updating containers: * Update the image: ```bash - docker pull lscr.io/linuxserver/webstation:master + docker pull lscr.io/linuxserver/webstation:latest ``` * Stop the running container: @@ -601,7 +601,7 @@ cd docker-webstation docker build \ --no-cache \ --pull \ - -t lscr.io/linuxserver/webstation:master . + -t lscr.io/linuxserver/webstation:latest . ``` The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static` diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 52c667d..93df1f5 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -4,7 +4,7 @@ project_name: docker-webstation external_type: os release_type: stable -release_tag: master +release_tag: latest ls_branch: master build_armhf: false repo_vars: From cc0bb5f395d09cbe0ce5e5dbe8f27e9ff89caa7e Mon Sep 17 00:00:00 2001 From: thelamer <ryankuba@gmail.com> Date: Thu, 26 Feb 2026 12:45:08 -0500 Subject: [PATCH 4/7] add shadps4 --- Dockerfile | 15 ++++ root/defaults/autostart_wayland | 7 ++ root/defaults/config.toml | 85 +++++++++++++++++++ .../net.shadps4.shadps4-qtlauncher.desktop | 9 ++ root/defaults/startwm_wayland.sh | 36 ++++++++ 5 files changed, 152 insertions(+) create mode 100644 root/defaults/config.toml create mode 100644 root/defaults/desktop/net.shadps4.shadps4-qtlauncher.desktop diff --git a/Dockerfile b/Dockerfile index 5b480b2..f5ef0cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -223,6 +223,21 @@ RUN \ mv \ squashfs-root \ /opt/esde && \ + echo "**** install shadps4qt ****" && \ + mkdir /tmp/shadps4 && \ + SHADPS4_VERSION=$(curl -sX GET "https://api.github.com/repos/shadps4-emu/shadps4-qtlauncher/releases" \ + | awk '/tag_name/{print $4;exit}' FS='[""]') && \ + SHORT_VERSION=$(echo "$SHADPS4_VERSION" | sed 's/shadPS4QtLauncher-//' | cut -c 1-18) && \ + curl -o \ + /tmp/shadps4/shad.zip -L \ + "https://github.com/shadps4-emu/shadps4-qtlauncher/releases/download/${SHADPS4_VERSION}/shadPS4QtLauncher-linux-qt-${SHORT_VERSION}.zip" && \ + cd /tmp/shadps4 && \ + unzip shad.zip && \ + chmod +x shadPS4QtLauncher-qt.AppImage && \ + ./shadPS4QtLauncher-qt.AppImage --appimage-extract && \ + mv \ + squashfs-root \ + /opt/shadps4 && \ echo "**** cleanup ****" && \ apt-get autoclean && \ rm -rf \ diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland index 10bb088..8247161 100755 --- a/root/defaults/autostart_wayland +++ b/root/defaults/autostart_wayland @@ -53,5 +53,12 @@ if [ ! -f "${HOME}/.darkplaces/id1/pak0.pak" ]; then /pak0.pak \ "${HOME}/.darkplaces/id1/pak0.pak" fi +# shadPS4 +if [ ! -d "$HOME/.local/share/shadPS4" ]; then + mkdir -p "$HOME/.local/share/shadPS4" + cp \ + /defaults/config.toml \ + "$HOME/.local/share/shadPS4/" +fi dbus-run-session startlxqt > /dev/null 2>&1 diff --git a/root/defaults/config.toml b/root/defaults/config.toml new file mode 100644 index 0000000..e5748ee --- /dev/null +++ b/root/defaults/config.toml @@ -0,0 +1,85 @@ +[General] +defaultControllerID = "" +enableDiscordRPC = false +isConnectedToNetwork = false +isDevKit = false +isPS4Pro = false +isPSNSignedIn = false +isTrophyPopupDisabled = false +logFilter = "" +logType = "sync" +showSplash = false +sideTrophy = "right" +sysModulesPath = "" +trophyNotificationDuration = 6.0 +userName = "shadPS4" +volumeSlider = 100 + +[Input] +backgroundControllerInput = false +cursorHideTimeout = 5 +cursorState = 1 +isMotionControlsEnabled = true +specialPadClass = 1 +usbDeviceBackend = 0 +useSpecialPad = false +useUnifiedInputConfig = true + +[Audio] +mainOutputDevice = "Default Device" +micDevice = "Default Device" +padSpkOutputDevice = "Default Device" + +[GPU] +allowHDR = false +copyGPUBuffers = false +directMemoryAccess = false +dumpShaders = false +fsrEnabled = false +Fullscreen = false +FullscreenMode = "Windowed" +internalScreenHeight = 720 +internalScreenWidth = 1280 +nullGpu = false +patchShaders = false +presentMode = "Mailbox" +rcasAttenuation = 250 +rcasEnabled = true +readbackLinearImages = false +readbacks = false +screenHeight = 720 +screenWidth = 1280 +vblankFrequency = 60 + +[Vulkan] +crashDiagnostic = false +gpuId = -1 +guestMarkers = false +hostMarkers = false +pipelineCacheArchive = false +pipelineCacheEnable = false +rdocEnable = false +validation = false +validation_core = true +validation_gpu = false +validation_sync = false + +[Debug] +CollectShader = false +ConfigVersion = "6c1ca0800249cf5841a31937c74fae8dcd837114" +DebugDump = false +isSeparateLogFilesEnabled = false +logEnabled = true +showFpsCounter = false + +[Keys] +TrophyKey = "" + +[GUI] +addonInstallDir = "/config/.local/share/shadPS4/addcont" +installDirs = ["/config"] +installDirsEnabled = [true] +saveDataPath = "" + +[Settings] +consoleLanguage = 1 diff --git a/root/defaults/desktop/net.shadps4.shadps4-qtlauncher.desktop b/root/defaults/desktop/net.shadps4.shadps4-qtlauncher.desktop new file mode 100644 index 0000000..96c3783 --- /dev/null +++ b/root/defaults/desktop/net.shadps4.shadps4-qtlauncher.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=shadPS4 Qt Launcher +Exec=/usr/bin/foot -e /opt/shadps4/AppRun +Terminal=false +Type=Application +Icon=/opt/shadps4/net.shadps4.shadPS4 +Comment=Launcher for shadPS4 emulator +Categories=Game;Emulator; +StartupWMClass=shadPS4QtLauncher; diff --git a/root/defaults/startwm_wayland.sh b/root/defaults/startwm_wayland.sh index 0647a93..cef27df 100755 --- a/root/defaults/startwm_wayland.sh +++ b/root/defaults/startwm_wayland.sh @@ -12,6 +12,42 @@ if [ ! -f "${HOME}"/Desktop/PCSX2.desktop ]; then chmod +x "${HOME}"/Desktop/*.desktop fi +# shadPS4 loop to extract appimage +monitor_shadps4_no_fuse() { + local SLEEP_TIME="${1:-5}" + local VERSIONS_DIR="$HOME/.local/share/shadPS4QtLauncher/versions" + local TARGET_APPIMAGE="Shadps4-sdl.AppImage" + local INTERNAL_BIN_PATH="usr/bin/shadps4" + local MARKER_FILE=".nofuse_ready" + while true; do + shopt -s nullglob + for folder in "$VERSIONS_DIR"/*; do + if [[ -d "$folder" ]]; then + if [[ -f "$folder/$MARKER_FILE" ]]; then + continue + fi + if [[ -f "$folder/$TARGET_APPIMAGE" ]]; then + ( + cd "$folder" || exit + chmod +x "$TARGET_APPIMAGE" + ./"$TARGET_APPIMAGE" --appimage-extract >/dev/null 2>&1 + if [[ -f "squashfs-root/$INTERNAL_BIN_PATH" ]]; then + rm "$TARGET_APPIMAGE" + mv "squashfs-root/$INTERNAL_BIN_PATH" "$TARGET_APPIMAGE" + rm -rf squashfs-root + touch "$MARKER_FILE" + fi + ) + fi + fi + done + shopt -u nullglob + sleep "$SLEEP_TIME" + done +} + +monitor_shadps4_no_fuse & + # Start DE ulimit -c 0 export XCURSOR_THEME=breeze From cd56d26b961f99f69623b709140e15b493f72ee1 Mon Sep 17 00:00:00 2001 From: thelamer <ryankuba@gmail.com> Date: Thu, 26 Feb 2026 16:33:56 -0500 Subject: [PATCH 5/7] add pkg_extractor --- Dockerfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Dockerfile b/Dockerfile index f5ef0cb..065fbee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -238,6 +238,19 @@ RUN \ mv \ squashfs-root \ /opt/shadps4 && \ + PKG_URL=$(curl -sX GET "https://api.github.com/repos/AzaharPlus/shadPS4Plus/releases/latest" \ + | awk -F '(": "|")' '/browser.*linux.zip/ {print $3}') && \ + curl -o \ + /tmp/pkg.zip -L \ + "${PKG_URL}" && \ + cd /tmp && \ + unzip pkg.zip && \ + cd ShadPs4Plus-PkgExtractor* && \ + chmod +x pkg_extractor.AppImage && \ + ./pkg_extractor.AppImage --appimage-extract && \ + mv \ + squashfs-root/usr/bin/pkg_extractor \ + /usr/local/bin/ && \ echo "**** cleanup ****" && \ apt-get autoclean && \ rm -rf \ From 2cb63ce81212518c258d33344f83da394bc3e905 Mon Sep 17 00:00:00 2001 From: thelamer <ryankuba@gmail.com> Date: Thu, 26 Feb 2026 17:20:27 -0500 Subject: [PATCH 6/7] add deps for head emus --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 065fbee..d52d4f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ RUN \ libenet7 \ libfaad2 \ libgtk-3-common \ + libopenal1 \ libqt6multimedia6 \ libqt6svg6 \ libqt6svgwidgets6 \ From adadc9e922334a006d293ec9256bceb2aa4b54f2 Mon Sep 17 00:00:00 2001 From: thelamer <ryankuba@gmail.com> Date: Fri, 27 Feb 2026 13:29:59 -0500 Subject: [PATCH 7/7] add cemu, flips ips patcher, featherpad for config editing --- Dockerfile | 29 +++++++ root/defaults/autostart_wayland | 7 ++ root/defaults/controller0.xml | 120 +++++++++++++++++++++++++++++ root/defaults/desktop/cemu.desktop | 8 ++ 4 files changed, 164 insertions(+) create mode 100644 root/defaults/controller0.xml create mode 100644 root/defaults/desktop/cemu.desktop diff --git a/Dockerfile b/Dockerfile index d52d4f5..739dae8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ RUN \ darkplaces \ eduke32 \ eduke32-shareware-episode \ + featherpad \ gnome-keyring \ ibsdl2-2.0-0 \ jstest-gtk \ @@ -252,6 +253,34 @@ RUN \ mv \ squashfs-root/usr/bin/pkg_extractor \ /usr/local/bin/ && \ + echo "**** install cemu ****" && \ + mkdir /tmp/cemu && \ + CEMU_URL=$(curl -sX GET "https://api.github.com/repos/cemu-project/Cemu/releases/latest" \ + | awk -F '(": "|")' '/browser.*ubuntu-22.04-x64.zip/ {print $3}') && \ + curl -o \ + /tmp/cemu/cemu.zip -L \ + "${CEMU_URL}" && \ + cd /tmp/cemu && \ + unzip cemu.zip && \ + mv \ + Cemu* \ + /opt/cemu && \ + chmod +x \ + /opt/cemu/Cemu && \ + echo "**** install flips ****" && \ + mkdir /tmp/flips && \ + FLIPS_URL=$(curl -sX GET "https://api.github.com/repos/Alcaro/Flips/releases/latest" \ + | awk -F '(": "|")' '/browser.*-linux.zip/ {print $3}') && \ + curl -o \ + /tmp/flips/flips.zip -L \ + "${FLIPS_URL}" && \ + cd /tmp/flips && \ + unzip flips.zip && \ + mv \ + flips \ + /usr/local/bin/ && \ + chmod +x \ + /usr/local/bin/flips && \ echo "**** cleanup ****" && \ apt-get autoclean && \ rm -rf \ diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland index 8247161..d369dba 100755 --- a/root/defaults/autostart_wayland +++ b/root/defaults/autostart_wayland @@ -60,5 +60,12 @@ if [ ! -d "$HOME/.local/share/shadPS4" ]; then /defaults/config.toml \ "$HOME/.local/share/shadPS4/" fi +# Cemu +if [ ! -f "${HOME}/.config/Cemu/controllerProfiles/controller0.xml" ]; then + mkdir -p "${HOME}/.config/Cemu/controllerProfiles" + cp \ + /defaults/controller0.xml \ + "${HOME}/.config/Cemu/controllerProfiles/controller0.xml" +fi dbus-run-session startlxqt > /dev/null 2>&1 diff --git a/root/defaults/controller0.xml b/root/defaults/controller0.xml new file mode 100644 index 0000000..53ba872 --- /dev/null +++ b/root/defaults/controller0.xml @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="UTF-8"?> +<emulated_controller> + <type>Wii U Pro Controller</type> + <controller> + <api>SDLController</api> + <uuid>0_000081b84d6963726f736f6674205800</uuid> + <display_name>Microsoft X-Box 360 pad</display_name> + <rumble>0</rumble> + <axis> + <deadzone>0.25</deadzone> + <range>1</range> + </axis> + <rotation> + <deadzone>0.25</deadzone> + <range>1</range> + </rotation> + <trigger> + <deadzone>0.25</deadzone> + <range>1</range> + </trigger> + <mappings> + <entry> + <mapping>25</mapping> + <button>40</button> + </entry> + <entry> + <mapping>24</mapping> + <button>46</button> + </entry> + <entry> + <mapping>23</mapping> + <button>41</button> + </entry> + <entry> + <mapping>22</mapping> + <button>47</button> + </entry> + <entry> + <mapping>21</mapping> + <button>38</button> + </entry> + <entry> + <mapping>20</mapping> + <button>44</button> + </entry> + <entry> + <mapping>19</mapping> + <button>39</button> + </entry> + <entry> + <mapping>18</mapping> + <button>45</button> + </entry> + <entry> + <mapping>17</mapping> + <button>8</button> + </entry> + <entry> + <mapping>16</mapping> + <button>7</button> + </entry> + <entry> + <mapping>15</mapping> + <button>14</button> + </entry> + <entry> + <mapping>1</mapping> + <button>1</button> + </entry> + <entry> + <mapping>14</mapping> + <button>13</button> + </entry> + <entry> + <mapping>2</mapping> + <button>0</button> + </entry> + <entry> + <mapping>3</mapping> + <button>3</button> + </entry> + <entry> + <mapping>4</mapping> + <button>2</button> + </entry> + <entry> + <mapping>5</mapping> + <button>9</button> + </entry> + <entry> + <mapping>6</mapping> + <button>10</button> + </entry> + <entry> + <mapping>7</mapping> + <button>42</button> + </entry> + <entry> + <mapping>8</mapping> + <button>43</button> + </entry> + <entry> + <mapping>9</mapping> + <button>6</button> + </entry> + <entry> + <mapping>10</mapping> + <button>4</button> + </entry> + <entry> + <mapping>12</mapping> + <button>11</button> + </entry> + <entry> + <mapping>13</mapping> + <button>12</button> + </entry> + </mappings> + </controller> +</emulated_controller> diff --git a/root/defaults/desktop/cemu.desktop b/root/defaults/desktop/cemu.desktop new file mode 100644 index 0000000..ed034c9 --- /dev/null +++ b/root/defaults/desktop/cemu.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Terminal=false +Exec=/usr/bin/foot -e /opt/cemu/Cemu +Name=Cemu +Icon=/usr/share/icons/Papirus/48x48/apps/cemu.svg +Categories=Game;Emulator;