make https more apparent in readme

This commit is contained in:
thelamer 2025-07-15 19:16:43 -04:00
parent 74f9f1b12f
commit 772a660cb3
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -268,7 +268,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function |
| :----: | --- |
| `-p 3000:3000` | Firefox desktop gui. |
| `-p 3000:3000` | Firefox desktop gui HTTP, must be proxied. |
| `-p 3001:3001` | Firefox desktop gui HTTPS. |
| `-e PUID=1000` | for UserID - see below for explanation |
| `-e PGID=1000` | for GroupID - see below for explanation |
@ -441,7 +441,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **01.07.25:** - Add Kasm branch.
* **23.06.25:** - Rebase to Selkies.
* **23.06.25:** - Rebase to Selkies, HTTPS is now required.
* **25.09.24:** - Rebase to Ubuntu Noble.
* **23.05.24:** - Rebase to Alpine 3.20.
* **13.02.24:** - Add ability to pass CLI args to Firefox.

View File

@ -25,7 +25,7 @@ param_volumes:
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores local files and settings"}
param_usage_include_ports: true
param_ports:
- {external_port: "3000", internal_port: "3000", port_desc: "Firefox desktop gui."}
- {external_port: "3000", internal_port: "3000", port_desc: "Firefox desktop gui HTTP, must be proxied."}
- {external_port: "3001", internal_port: "3001", port_desc: "Firefox desktop gui HTTPS."}
custom_params:
- {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "This is needed for any modern website to function like youtube."}
@ -110,7 +110,7 @@ init_diagram: |
# changelog
changelogs:
- {date: "01.07.25:", desc: "Add Kasm branch."}
- {date: "23.06.25:", desc: "Rebase to Selkies."}
- {date: "23.06.25:", desc: "Rebase to Selkies, HTTPS is now required."}
- {date: "25.09.24:", desc: "Rebase to Ubuntu Noble."}
- {date: "23.05.24:", desc: "Rebase to Alpine 3.20."}
- {date: "13.02.24:", desc: "Add ability to pass CLI args to Firefox."}