YunoHost-Apps / gotosocial_ynh

GoToSocial package for YunoHost: an ActivityPub social network server, written in Golang.
https://gotosocial.org
Other
10 stars 5 forks source link

Fix typo in [main.instance.instance_expose_suspended_web] #68

Closed ericgeldmacher closed 1 year ago

ericgeldmacher commented 1 year ago

Fix Config panel question 'instance_expose_suspended_web' should be initialized with a value during install or upgrade. error.

Problem

Encounter an error when accessing gotosocial config in the admin panel

Solution

changing _ in config_panel.toml#L251

bind = "instance-expose-suspended_web:__FINALPATH__/config.yaml"

to a - fixed the issue

PR Status

(manually making changes on the live system fixed the issue)

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

Screen Shot 2023-02-21 at 3 26 44 PM
OniriCorpe commented 1 year ago

ah, I put the correction in testing 2 minutes before your PR :")

I also asked for the CI to test config panels so that it doesn't happen again https://github.com/YunoHost/package_check/issues/140

thank you ^w^

OniriCorpe commented 1 year ago

okay the fix should be available tomorrow :)