mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-07-22 15:21:49 +02:00
selkies branch
This commit is contained in:
parent
cbbb267549
commit
cb8e635b41
11 changed files with 81 additions and 65 deletions
|
@ -21,20 +21,16 @@ param_volumes:
|
|||
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and images"}
|
||||
param_usage_include_ports: true
|
||||
param_ports:
|
||||
- {external_port: "3000", internal_port: "3000", port_desc: "Audacity desktop gui."}
|
||||
- {external_port: "3000", internal_port: "3000", port_desc: "Audacity desktop gui HTTP, must be proxied."}
|
||||
- {external_port: "3001", internal_port: "3001", port_desc: "Audacity desktop gui HTTPS."}
|
||||
# Kasm blurb settings
|
||||
kasm_blurb: true
|
||||
# Selkies blurb settings
|
||||
selkies_blurb: true
|
||||
show_nvidia: true
|
||||
external_http_port: "3000"
|
||||
external_https_port: "3001"
|
||||
noto_fonts: "fonts-noto-cjk"
|
||||
# application setup block
|
||||
app_setup_block_enabled: true
|
||||
app_setup_block: |
|
||||
The application can be accessed at:
|
||||
|
||||
* http://yourhost:3000/
|
||||
* https://yourhost:3001/
|
||||
# init diagram
|
||||
init_diagram: |
|
||||
|
@ -98,6 +94,7 @@ init_diagram: |
|
|||
"audacity:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
|
||||
- {date: "31.10.24:", desc: "Fix artifact name."}
|
||||
- {date: "19.08.24:", desc: "Rebase to noble."}
|
||||
- {date: "10.02.24:", desc: "Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage."}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue