forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 2
Add setting.Annex.Enabled
#8
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
Comments
kousu
added a commit
that referenced
this issue
Sep 19, 2022
gitea-sync bot
pushed a commit
that referenced
this issue
Sep 20, 2022
* git-annex: add configuration setting [annex].ENABLED Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
Fixed by #18 |
kousu
added a commit
that referenced
this issue
Oct 19, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Oct 30, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Oct 31, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 1, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 2, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
kousu
added a commit
that referenced
this issue
Nov 4, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 5, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 6, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 7, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 8, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 9, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 10, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 11, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 12, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 13, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
gitea-sync bot
pushed a commit
that referenced
this issue
Nov 14, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
kousu
added a commit
that referenced
this issue
Nov 20, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
kousu
added a commit
that referenced
this issue
Nov 29, 2023
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
elhil
pushed a commit
that referenced
this issue
May 15, 2025
Fixes #8 Co-authored-by: Mathieu Guay-Paquet <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Similar to
server.LFS_START_SERVER
, add a setting to toggle git-annex support on or off.(Apparently that gets translated to
setting.LFS.StartServer
somehow, which is confusing because it's not under the LFS section but we'll figure it out.)Currently this would control whether 'git-annex-shell' is enabled and whether the git-annex http support (#6) is enabled. Eventually this should control things like rendering web previews from annex or not.
The text was updated successfully, but these errors were encountered: