Skip to content

set --work-path config parameter #1

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

Merged
merged 131 commits into from
Aug 8, 2023
Merged

Conversation

JensTimmerman
Copy link
Owner

@JensTimmerman JensTimmerman commented Aug 8, 2023

for some reason this now needs to be set, otherwise my gitea binary just stops working, without an error message since latest gitea update.

relevant link go-gitea/gitea#25417

JensTimmerman and others added 30 commits September 24, 2021 11:50
fixes errors like 	fatal: [gitea]: FAILED! => {"msg": "The conditional check 'gitea_secret_key | length == 0' failed. The error was: Unexpected templating type error occurred on ({% if gitea_secret_key | length == 0 %} True {% else %} False {% endif %}): object of type 'AnsibleVaultEncryptedUnicode' has no len()
when using an encrypted string in vault for secrets
gitea secrets aren't necessarily strings
user gitea is now part of gitea group
minor but important typo about configuration of extra server settings
docs: type about extra server args
readme: gitea_lfs_enabled→gitea_lfs_server_enabled
since it is possible to run gitea with an other user defined in the ``{{ gitea_user }}`` variable, I built it in this command.
benoit-garcia and others added 29 commits May 8, 2023 07:31
+ Added the variable ``gitea_actions_extra``
+ Increased the Number for the simplified versions check
feat: Add support for Gitea Actions
fix(config):  Fix name of the actionssection in the configuration file.
chore(repo): Setup dependabot to watch for new releases of Github Actions.
Bumps [robertdebock/galaxy-action](https://github.com/robertdebock/galaxy-action) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/robertdebock/galaxy-action/releases)
- [Commits](robertdebock/galaxy-action@1.2.0...1.2.1)

---
updated-dependencies:
- dependency-name: robertdebock/galaxy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/karancode/yamllint-github-action/releases)
- [Commits](karancode/yamllint-github-action@v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: karancode/yamllint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…thub_actions/robertdebock/galaxy-action-1.2.1

Bump robertdebock/galaxy-action from 1.2.0 to 1.2.1
…thub_actions/karancode/yamllint-github-action-2.1.1

Bump karancode/yamllint-github-action from 2.0.0 to 2.1.1
+ Incremented simple version check
+ Added better error messages for chosing the wrong forgejo version

SOLVE roles-ansible#106
Create better error message for forgejo releases
Adding variables to configure repository upload more easily
Don't become for gpg verify (also for gitea)
Improve gpg permissions for forgejo
Refactor setting.Other and remove unused SHOW_FOOTER_BRANDING as announced in https://github.com/go-gitea/gitea/releases/tag/v1.20.0
Signed-off-by: Jens Timmerman <[email protected]>
@JensTimmerman JensTimmerman merged commit f12fdf8 into main Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.