rebase to noble

This commit is contained in:
aptalca 2024-08-19 15:31:14 -04:00
parent d1f231c2a5
commit 8bd13674c9
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548
9 changed files with 117 additions and 73 deletions

View file

@ -23,7 +23,7 @@ param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores program settings and images" }
- { 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." }
@ -86,6 +86,7 @@ app_setup_block: |
# changelog
changelogs:
- { 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." }
- { date: "05.05.23:", desc: "Start Audacity in full screen." }
- { date: "18.03.23:", desc: "Rebase to KasmVNC base image." }