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.
- Links to devel:tools:scm / gitea
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ecsos:server/gitea && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
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
buildservice-autocommit
accepted
request 1218656
from
Eric Schirra (ecsos)
(revision 344)
baserev update by copy to link target
Comments 9
@ecsos Thanks for your work,
I wanted to notify you that https://$domain/css/theme-arc-green.css is 404'ing after this 1.11.0 npm build issue
kind regards, Kira
PS: I just did some analysis and maybe it's a bug in gitea!
The included URL is
https://$domain/css/theme-arc-green.css?v=39b92f95161468f12c2f6b99b9551458
and does 404But if I test
https://$domain/css/theme-arc-green.css
it worksThat seems like a gitea bug
I was about to report an issue in github, it recommended to test the issue on try.gitea.io
There the CSS file works:
https://try.gitea.io/css/theme-arc-green.css?v=402c490d81fd2908a202737423c28635
So I'm not sure if it's a bug in the build package here or gitea itself
If a file at /usr/share/gitea/public/css/theme-arc-green.css is created it works with the v= parameter
What do you mean with v=parameter?
Gitea since 1.11.0 need now hundreds of nodejs modules. -( And theme-arc-green does not create. Don't know how does it look. Use theme gitea in app.ini and all run well.
Thank you, we're using the normal gitea theme now, so it's no problem!
And btw, arc-green is the "dark theme" ;-) We nerds miss it a little bit but we can still use gitea fine :D
And thank you again for your maintaining!
Now i have fix arc-green.
Thank you very much! Our gitea is dark again <3