A painless self-hosted Git service.
https://gitea.io/
Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.
-
14
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools:scm/gitea && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000001388 1.36 KB | |
_service | 0000001425 1.39 KB | |
_servicedata | 0000000231 231 Bytes | |
apparmor-usr.bin.gitea | 0000002622 2.56 KB | |
get-gitea-source.sh | 0000004363 4.26 KB | |
gitea-1.22.3.tar.gz | 0009817722 9.36 MB | |
gitea-apache-vhost.conf | 0000000857 857 Bytes | |
gitea-apache.conf | 0000000708 708 Bytes | |
gitea-docs-1.22.3.tar.gz | 0001736320 1.66 MB | |
gitea-docs-1.22.3.tar.gz.asc | 0000000566 566 Bytes | |
gitea-node_modules-1.22.3.tar.gz | 0133463926 127 MB | |
gitea-rpmlintrc | 0000000159 159 Bytes | |
gitea-user.conf | 0000000105 105 Bytes | |
gitea.app.ini.patch | 0000008350 8.15 KB | |
gitea.changes | 0000645524 630 KB | |
gitea.firewall | 0000000123 123 Bytes | |
gitea.firewalld | 0000000185 185 Bytes | |
gitea.keyring | 0000005397 5.27 KB | |
gitea.profile.csh | 0000000030 30 Bytes | |
gitea.profile.sh | 0000000031 31 Bytes | |
gitea.service | 0000001949 1.9 KB | |
gitea.spec | 0000010184 9.95 KB | |
vendor.tar.gz | 0021611172 20.6 MB |
Latest Revision
Eric Schirra (ecsos)
accepted
request 1218656
from
Eric Schirra (ecsos)
(revision 165)
- Fix app.ini not writeable from gitea itself (boo#1231809).
Comments 6
I spotted two problems with this package:
Templates do not work. 'journalctl -eu gitea' says 'permission denied' Solution: The apparmor profile needs to be updated to allow read access to /etc/gitea/templates/**.
The commit search functionality in /[owner]/[repo]/[commits]/branch/[branch] does not work
The user sees a 500 Server error
Solution1:
Solution2:
For apparmor please contact michael@stroeder.com
Yes. Appamor or systemd hardening is broken since some weeks. Can you test point C: in README.SUSE? Are your errors gone now?
thanks for the reports, I will take a look
Hi,
I am trying to build this package with the "bindata" tag which is recommended by Gitea https://docs.gitea.com/next/installation/install-from-source#build and will allow assets to be bundled instead of being fetched remotely. However I think to be facing an issue with the vendored modules:
Do you happen to know about this?
There is an issue on GitHub but it seems we already use the suggested build process according to the linked sample spec file: https://github.com/go-gitea/gitea/issues/7997
The ticket was from me
Upstream doesn't really understand some things about epm and buiilserver. At least that's my impression. Help does not come either. Besides, they are changing things. Sometimes all dependencies are in there. Sometimes a few are missing.
And why do you want to change my build process?
It works without errors.
Among other things, because I do it the way I do it.