-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Update SNAP Installation instructions #17040
Conversation
Since I struggled a bit installing gitea with the snap package and finally managed to get it right I thought I would give something back to this project. So I created a little guide and thought I add it to your Documentation. I hope it can be useful for others and I hope it was the right way to get the snap working.
Co-authored-by: 6543 <[email protected]>
Suggestion is clearer Co-authored-by: delvh <[email protected]>
Co-authored-by: delvh <[email protected]>
Correcting some unclear descriptions in regards to MariaDB, MySQL and Database preperation
Codecov Report
@@ Coverage Diff @@
## main #17040 +/- ##
=======================================
Coverage ? 45.20%
=======================================
Files ? 766
Lines ? 86716
Branches ? 0
=======================================
Hits ? 39203
Misses ? 41165
Partials ? 6348 Continue to review full report at Codecov.
|
thank you for correcting my spelling Co-authored-by: delvh <[email protected]>
Co-authored-by: delvh <[email protected]>
Spelling corrected
Clearing up the description Co-authored-by: delvh <[email protected]>
Co-authored-by: delvh <[email protected]>
Co-authored-by: delvh <[email protected]>
Added reverence to reverse proxy information
Added a clearer description of how to secure gitea Co-authored-by: wxiaoguang <[email protected]>
Added Information to some codeblocks if it is sh, nginx, sql etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm unsure about this PR, the thing about the snap is that it is not dependent on anything else and can be just installed and is ready to go.
If users want something more advanced then other options are available to them.
Maybe this |
The Problem with the snap instructions was, that I thought I could just install since there was no Information about the default port and that I needed an extra Database Setup etc. |
for sqlite not need extra Database Setup |
Snap installation has more issues, which should be fixed or documented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have documentation for database setup and reverse proxy, so instead of duplicating the instructions you can simply point to those links.
Thank you for your contribution. After reading the document again, I found that most contents were already covered by existing document:
So this PR can be closed. |
Since I struggled a bit installing gitea with the snap package and finally managed to get it right I thought I would give something back to this project.
So I created a little guide and thought I add it to your Documentation.
I hope it can be useful for others and I hope it was the right way to get the snap working.