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

Unattended installation #10811

Closed
5 tasks
gioppoluca opened this issue Mar 24, 2020 · 3 comments
Closed
5 tasks

Unattended installation #10811

gioppoluca opened this issue Mar 24, 2020 · 3 comments
Labels
type/question Issue needs no code to be fixed, only a description on how to fix it yourself.

Comments

@gioppoluca
Copy link

  • Gitea version (or commit ref): 1.11.3
  • Git version:
  • Operating system: Docker
  • Database (use [x]):
    • [x ] PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • [x ] Not relevant
  • Log gist:

Description

is it possible to make an unattended installation just setting environment variables in docker?
I need to be able to fire up a gitea server configuring it in an unattended way.
Is no problem to have to set a high amount of environment variables.
Thanks

@jolheiser
Copy link
Member

jolheiser commented Mar 25, 2020

I believe the environment-to-ini tool should do this for you.

@jolheiser jolheiser added the type/question Issue needs no code to be fixed, only a description on how to fix it yourself. label Mar 25, 2020
@gioppoluca
Copy link
Author

Thanks,
is that tool already built in the docker image that you ship in dockerhub or we need to add it and build our own image?

@zeripath
Copy link
Contributor

The decision was to leave it out of the docker by default, so unfortunately you'd have to add it and build your own image.

See #9515 and #7287.

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/question Issue needs no code to be fixed, only a description on how to fix it yourself.
Projects
None yet
Development

No branches or pull requests

4 participants