We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i can't make this workking: pixelfed/pixelfed#4545
root@krashboyz:/var/www/pixelfed# yunohost --version yunohost: repo: stable version: 12.0.9.2 yunohost-admin: repo: stable version: 12.0.4 yunohost-portal: repo: stable version: 12.0.7 moulinette: repo: stable version: 12.0.3 ssowat: repo: stable version: 12.0.3
added at the end of /var/www/pixelfed/.env
## Sign In with Mastodon ## cf https://github.com/pixelfed/pixelfed/pull/4545 PF_LOGIN_WITH_MASTODON_ENABLED=true PF_LOGIN_WITH_MASTODON_DOMAINS="masto.krashboyz.org" PF_LOGIN_WITH_MASTODON_SKIP_EMAIL=false
then reload the conf and restarted the service
root@krashboyz:/var/www/pixelfed# sudo -u pixelfed php8.3 artisan config:cache && sudo -u pixelfed php8.3 artisan cache:clear INFO Configuration cached successfully. INFO Application cache cleared successfully.
(i tried without the sudo -u pixelfed too without any more success)
yunohost service restart pixelfed
but i never have the option as i could see it on the pixelfed.fr server.
I don't know where I'm supposed to keep digging for far, I just found another weird thing as described on #280 and I have no idea if it's correlated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
i can't make this workking:
pixelfed/pixelfed#4545
Context
Steps to reproduce
added at the end of /var/www/pixelfed/.env
then reload the conf and restarted the service
(i tried without the sudo -u pixelfed too without any more success)
but i never have the option as i could see it on the pixelfed.fr server.
I don't know where I'm supposed to keep digging for far, I just found another weird thing as described on
#280
and I have no idea if it's correlated
The text was updated successfully, but these errors were encountered: