Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chevereto.yml #1064

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion public/v4/apps/chevereto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ caproverOneClickApp:
- id: $$cap_chevereto_version
label: Version Tag
description: Check out their Docker page for the valid tags https://hub.docker.com/r/nmtan/chevereto/tags
defaultValue: 'installer'
defaultValue: '1.2.3'
- id: $$cap_puid
label: User ID
defaultValue: '1000'
Expand All @@ -64,6 +64,7 @@ caproverOneClickApp:
- id: $$cap_mariadb-pass
label: MariaDB database user password
description: Super secret database user password
defaultValue: $$cap_gen_random_hex(32)
instructions:
start: |-
Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes.
Expand Down
Loading