grosmanal
grosmanal
> `tar.xz` is already supported but not `xz` alone, should we add `gzip` and `bzip2` (without tar) too ? I can add it too. It seems a good idea for...
I'll make a PR for documentation soon (I hope :smile: )
Alongside xz / gz / bz2 extraction, I propose in this PR to rename the extracted file automaticaly (if `rename` is not set) to : - the app name if...
sorry @OniriCorpe , I overwrote you commit message during merge conflict resolving
The configuration is reset on each upgrade. I didn't lookup why, but do you have an clue ?
Hello @kazukyakayashi, I'm sorry to read forgejo upgrade doesn't work for you. In the log you provided (https://paste.yunohost.org/raw/ajoqinewot), I don't see any problem. The upgrade process seems to work correctly....
Can you precise which password you're telling about ?
You shouldn't have to type any password to log into forgejo. Forgejo is configured to trust yunohost as a «reverse proxy authentication». I suggest to correct this **before** upgrading forgejo....
Hello @andreatitolo Thank you for your report. I think the real problem is that forgejo is not able to start : ``` The service forgejo didn't fully executed the action...
Could you please check if a database named «forgejo» exists in postgres ? - (as root) `sudo -u postgres psql` - `\l` If a line with «forgejo» exists, please remove...