[GH-ISSUE #1833] Gitea doesn't install database #404

Closed
opened 2026-02-26 12:45:23 +03:00 by kerem · 6 comments
Owner

Originally created by @auggie-lahey on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/1833

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

gitea

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/gitea.sh)"

📝 Provide a clear and concise description of the issue.

get this when going to url

Image

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

run install script with default

Paste the full error output (if available).

no error just no db

🖼️ Additional context (optional).

No response

Originally created by @auggie-lahey on GitHub (Jan 29, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/1833 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? gitea ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/gitea.sh)" ### 📝 Provide a clear and concise description of the issue. get this when going to url ![Image](https://github.com/user-attachments/assets/fe0713e8-6825-4626-8efb-1181c2caef16) ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. run install script with default ### ❌ Paste the full error output (if available). no error just no db ### 🖼️ Additional context (optional). _No response_
Author
Owner

@MickLesk commented on GitHub (Jan 29, 2025):

Wrong Repo

<!-- gh-comment-id:2620802726 --> @MickLesk commented on GitHub (Jan 29, 2025): Wrong Repo
Author
Owner

@auggie-lahey commented on GitHub (Jan 29, 2025):

how? this is litterally on your site?
https://community-scripts.github.io/ProxmoxVE/scripts?id=gitea

<!-- gh-comment-id:2621470011 --> @auggie-lahey commented on GitHub (Jan 29, 2025): how? this is litterally on your site? https://community-scripts.github.io/ProxmoxVE/scripts?id=gitea
Author
Owner

@oOStroudyOo commented on GitHub (Jan 29, 2025):

@auggie-lahey

Re-read your ticket, you said you used Tteck script, not the community scripts.

<!-- gh-comment-id:2621510577 --> @oOStroudyOo commented on GitHub (Jan 29, 2025): @auggie-lahey Re-read your ticket, you said you used Tteck script, not the community scripts.
Author
Owner

@schattenphoenix commented on GitHub (Nov 24, 2025):

@auggie-lahey

Re-read your ticket, you said you used Tteck script, not the community scripts.

While I agree with this, this topic seems to be accurate with the new sources too.
I checked the script and couldn't find any mention of DB credentials or even a DB being installed.
Checked the container, nothing listening on 3306, no MariaDB, no MySQL, no Postgresql running.

No complaint here but in case this is by choice (valid), it might make sense to add this info to the script description so people don't get confused. The default setup wizard asks for MySQL DB credentials and there is no mention anywhere of those (+ obviously no MySQL or equivalent running from my research).

Am I missing something?

PS: I used Gitea on community-scripts.github.io and the install snippet listed is this bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea.sh)", which references the "correct" script.

<!-- gh-comment-id:3571031943 --> @schattenphoenix commented on GitHub (Nov 24, 2025): > [@auggie-lahey](https://github.com/auggie-lahey) > > Re-read your ticket, you said you used Tteck script, not the community scripts. While I agree with this, this topic seems to be accurate with the new sources too. I checked the script and couldn't find any mention of DB credentials or even a DB being installed. Checked the container, nothing listening on 3306, no MariaDB, no MySQL, no Postgresql running. No complaint here but in case this is by choice (valid), it might make sense to add this info to the script description so people don't get confused. The default setup wizard asks for MySQL DB credentials and there is no mention anywhere of those (+ obviously no MySQL or equivalent running from my research). Am I missing something? PS: I used [Gitea on community-scripts.github.io](https://community-scripts.github.io/ProxmoxVE/scripts?id=gitea) and the install snippet listed is this `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea.sh)"`, which references the "correct" script.
Author
Owner

@tremor021 commented on GitHub (Nov 24, 2025):

@auggie-lahey
Re-read your ticket, you said you used Tteck script, not the community scripts.

While I agree with this, this topic seems to be accurate with the new sources too. I checked the script and couldn't find any mention of DB credentials or even a DB being installed. Checked the container, nothing listening on 3306, no MariaDB, no MySQL, no Postgresql running.

No complaint here but in case this is by choice (valid), it might make sense to add this info to the script description so people don't get confused. The default setup wizard asks for MySQL DB credentials and there is no mention anywhere of those (+ obviously no MySQL or equivalent running from my research).

Am I missing something?

PS: I used Gitea on community-scripts.github.io and the install snippet listed is this bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea.sh)", which references the "correct" script.

The script comes with sqlite3 installed. Just select it and press next....

Image
<!-- gh-comment-id:3571169274 --> @tremor021 commented on GitHub (Nov 24, 2025): > > [@auggie-lahey](https://github.com/auggie-lahey) > > Re-read your ticket, you said you used Tteck script, not the community scripts. > > While I agree with this, this topic seems to be accurate with the new sources too. I checked the script and couldn't find any mention of DB credentials or even a DB being installed. Checked the container, nothing listening on 3306, no MariaDB, no MySQL, no Postgresql running. > > No complaint here but in case this is by choice (valid), it might make sense to add this info to the script description so people don't get confused. The default setup wizard asks for MySQL DB credentials and there is no mention anywhere of those (+ obviously no MySQL or equivalent running from my research). > > Am I missing something? > > PS: I used [Gitea on community-scripts.github.io](https://community-scripts.github.io/ProxmoxVE/scripts?id=gitea) and the install snippet listed is this `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea.sh)"`, which references the "correct" script. The script comes with sqlite3 installed. Just select it and press next.... <img width="744" height="204" alt="Image" src="https://github.com/user-attachments/assets/472e99fd-4248-471f-af8b-b1557b6b22ff" />
Author
Owner

@schattenphoenix commented on GitHub (Nov 24, 2025):

@auggie-lahey
Re-read your ticket, you said you used Tteck script, not the community scripts.

While I agree with this, this topic seems to be accurate with the new sources too. I checked the script and couldn't find any mention of DB credentials or even a DB being installed. Checked the container, nothing listening on 3306, no MariaDB, no MySQL, no Postgresql running.
No complaint here but in case this is by choice (valid), it might make sense to add this info to the script description so people don't get confused. The default setup wizard asks for MySQL DB credentials and there is no mention anywhere of those (+ obviously no MySQL or equivalent running from my research).
Am I missing something?
PS: I used Gitea on community-scripts.github.io and the install snippet listed is this bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea.sh)", which references the "correct" script.

The script comes with sqlite3 installed. Just select it and press next....
Image

That's helpful, I somehow didn't expect it to use sqlite.

It might make sense to add this info to the description of the script so people don't have to search.

EDIT: Nevermind, I just checked the discussion I started before and it's been added to the website. Thanks for the awesome work!

<!-- gh-comment-id:3572557324 --> @schattenphoenix commented on GitHub (Nov 24, 2025): > > > [@auggie-lahey](https://github.com/auggie-lahey) > > > Re-read your ticket, you said you used Tteck script, not the community scripts. > > > > > > While I agree with this, this topic seems to be accurate with the new sources too. I checked the script and couldn't find any mention of DB credentials or even a DB being installed. Checked the container, nothing listening on 3306, no MariaDB, no MySQL, no Postgresql running. > > No complaint here but in case this is by choice (valid), it might make sense to add this info to the script description so people don't get confused. The default setup wizard asks for MySQL DB credentials and there is no mention anywhere of those (+ obviously no MySQL or equivalent running from my research). > > Am I missing something? > > PS: I used [Gitea on community-scripts.github.io](https://community-scripts.github.io/ProxmoxVE/scripts?id=gitea) and the install snippet listed is this `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea.sh)"`, which references the "correct" script. > > The script comes with sqlite3 installed. Just select it and press next.... > <img alt="Image" width="744" height="204" src="https://private-user-images.githubusercontent.com/58952836/518164722-472e99fd-4248-471f-af8b-b1557b6b22ff.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjQwMTU2MjcsIm5iZiI6MTc2NDAxNTMyNywicGF0aCI6Ii81ODk1MjgzNi81MTgxNjQ3MjItNDcyZTk5ZmQtNDI0OC00NzFmLWFmOGItYjE1NTdiNmIyMmZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTExMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUxMTI0VDIwMTUyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMzMWEwNzIyMDRkZDJkZTYxYTI4MjMxODc2ODJjNDk0OTljODdjZGYzNjNmMmMwNTlkMzgzOWIwZmU4OGYwZTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nctadNyE-CQnVqLndyINUGhtLnIvbKJaznAMjzS8oIY"> That's helpful, I somehow didn't expect it to use sqlite. It might make sense to add this info to the description of the script so people don't have to search. EDIT: Nevermind, I just checked the discussion I started before and it's been added to the website. Thanks for the awesome work!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#404
No description provided.