Compare commits

..

8 Commits

Author SHA1 Message Date
tteckster d56a46bc47
Update bug_report.yaml
tweak
2023-08-23 13:44:59 -04:00
tteckster 54d791f5c1
Update bug_report.yaml
tweak
2023-08-23 13:28:29 -04:00
tteckster d55d44bc9b
Update bug_report.yaml
tweak
2023-08-23 13:25:19 -04:00
tteckster b6a3e822b1
Update bug_report.yaml 2023-08-23 06:58:10 -04:00
tteckster d5a4a33f87
Update bug_report.yaml
verify guidelines
2023-08-23 06:55:25 -04:00
tteckster 9a7973f92f
Update bug_report.yaml
Linux distribution
2023-08-23 06:47:29 -04:00
tteckster c6e909e731
Update grafana.sh
default Debian 12
2023-08-23 06:34:26 -04:00
tteckster 9b9facf773
Update photoprism-install.sh
add `HEIF` support
2023-08-23 05:51:24 -04:00
3 changed files with 24 additions and 1 deletions

View File

@ -9,16 +9,38 @@ body:
- Changing Linux distributions without confirming the proper functioning of default settings. - Changing Linux distributions without confirming the proper functioning of default settings.
- When encountering the error message `[ERROR] in line 24: exit code *: while executing command "$@" > /dev/null 2>&1`, make sure to run the script in verbose mode to accurately determine the underlying issue. - When encountering the error message `[ERROR] in line 24: exit code *: while executing command "$@" > /dev/null 2>&1`, make sure to run the script in verbose mode to accurately determine the underlying issue.
- For suggestions, questions or feature/script requests, please share them in the [Discussions section.](https://github.com/tteck/Proxmox/discussions) - For suggestions, questions or feature/script requests, please share them in the [Discussions section.](https://github.com/tteck/Proxmox/discussions)
- type: input
id: guidelines
attributes:
label: Please verify that you have read and understood the guidelines.
placeholder: 'yes'
validations:
required: true
- type: textarea - type: textarea
id: bug id: bug
attributes: attributes:
label: A clear and concise description of the issue. label: A clear and concise description of the issue.
validations: validations:
required: true required: true
- type: dropdown
id: distribution
validations:
required: true
attributes:
label: Which Linux distribution are you employing?
options:
-
- Default Settings
- Debian 11
- Debian 12
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 23.04
- type: textarea - type: textarea
id: screenshot id: screenshot
attributes: attributes:
label: If relevant, including screenshots or a code block can be helpful in clarifying the issue. label: If relevant, including screenshots or a code block can be helpful in clarifying the issue.
placeholder: Code blocks commence and conclude with three backticks (```).
validations: validations:
required: false required: false
- type: textarea - type: textarea

View File

@ -23,7 +23,7 @@ var_disk="2"
var_cpu="1" var_cpu="1"
var_ram="512" var_ram="512"
var_os="debian" var_os="debian"
var_version="11" var_version="12"
variables variables
color color
catch_errors catch_errors

View File

@ -25,6 +25,7 @@ $STD apt-get install -y make
$STD apt-get install -y zip $STD apt-get install -y zip
$STD apt-get install -y exiftool $STD apt-get install -y exiftool
$STD apt-get install -y ffmpeg $STD apt-get install -y ffmpeg
$STD apt-get install -y libheif1
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository" msg_info "Setting up Node.js Repository"