Jörg On Friday, March 28, 2025 3:03:29 PM Mountain Standard Time Jörg- Volker Peetz wrote: > Yes. And meanwhile, I found this in the redmine issues: > > Defect #41734 wrong url for assets in public/assets > https://www.redmine.org/issues/41734 > > It is known upstream. And as far as I understand, after choosing a > sub-uri I have to re-generate the files in the > /var/cache/redmine/default/public/assets directory. The wrong path > is embedded in the css files in that directory. > > How could this re-generation be accomplished? Maybe, every time > before deploying redmine?
It looks the the command you need to run is:
bundle exec rake assets:precompile RAILS_ENV="production" \
RAILS_RELATIVE_URL_ROOT=/sub-uri
https://salsa.debian.org/ruby-team/redmine/-/blob/master/doc/UPGRADING
I have added this information to README.Debian.
https://salsa.debian.org/ruby-team/redmine/-/blob/master/debian/
README.Debian?ref_type=heads#L43-55
--
Soren Stoutner
[email protected]
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
