I had to clean up code.orgmode.org and remove a lot of fake accounts.
I disabled user registration on code.orgmode.org for the time being.
I will mention on Worg that users need to send an email to the gogs
admins if they want an account.
If the gogs captcha system gets better, we may re-enable
On Saturday, 25 Jan 2020 at 11:47, Bastien wrote:
> code.orgmode.org is now back online and usable.
Thank you!
--
Eric S Fraga via Emacs 28.0.50, Org release_9.3.1-94-g0ac6a9
Bastien writes:
> I will perform an upgrade of the gogs instance at code.orgmode.org
> during the next two hours: you won't be able to pull or push to git
> repositories.
code.orgmode.org is now back online and usable.
--
Bastien
Robert Klein writes:
> Hi,
>
> Gogs config does the trace automatically due to a configuration
> inheritance issue (cf. https://github.com/gogs/gogs/issues/5007).
>
> I added the following lines to the custom/conf/app.ini file and
> restarted gogs:
>
>
> [log.file]
> LEVEL = Info
>
>
> Btw. t
Hi Robert,
thanks a lot for fixing this.
I will take some time to update gogs this week.
All best,
--
Bastien
Hi,
Gogs config does the trace automatically due to a configuration
inheritance issue (cf. https://github.com/gogs/gogs/issues/5007).
I added the following lines to the custom/conf/app.ini file and
restarted gogs:
[log.file]
LEVEL = Info
Btw. the trace was afaik on all the time. Dunno wh