My question is where’s this config web interface? Is it still in the development branch so we have to wait untill gets to the stable? Thank you
I’ve tried at mygotosocial.domain.tld/admin but returns 404
Basic federation and discovery works fine so far, just tested with my mastodon account, but I will try to create some other users and test various activitypub features as media attachment, polls, etc.
THANK YOU FOR THIS PACKAGE
Edit: 2nd question
I guess config file is at /var/www/gotosocial/config.yaml
Is this the I should edit to apply changes to my instance?
The ynh config panel can be found in the administration interface of ynh: Applications > gotosocial > Configure this app (Config Panel)
I guess config file is at /var/www/gotosocial/config.yaml
Yes, but I advise you not to touch it manually
Instead, use the config panel which is literally made for and changes the values in memory also on the ynh side!
don’t we have gotosocial CLI?
The CLI uses the binary directly
you must be in the GTS folder cd /var/www/gotosocial
then run the following commands:
Side note, you are not the first, and I think we should make more clear in the documentation and the webadmin interface what these panels do and do not do.
i just installed this app. seems to sort of work but not sure what else to do. i’ll have to dig into the official upstream documentation and see how that works and hope it works the same for the _ynh package
I’m trying to access the admin panel at GoToSocial Admin Panel but it says: no client_id found in session
solved!
I needed to turn off ad blocking in Brave browser.
i just installed this app. seems to sort of work but not sure what else to do. i’ll have to dig into the official upstream documentation and see how that works and hope it works the same for the _ynh package
I tried to explain as best I could in the readme, could you tell me what information you were missing so I could try to explain it?
How to add a second user?
To run the ‘gotosocial’ commands, you must be in the gotosocial folder: cd /var/www/gotosocial
Then you can run the following commands:
Some general questions I have after running Gotosocial for less than 24 hours
Do I need to choose what instances I federate with? I can see my posts on my GTS on Mastodon.social federated timeline, but my Federated timeline is empty. I have already followed a few people.
If I change options in the ./config.yaml file, do I need to stop and start GTS? If so, how do I do that? Like this maybe:
./gotosocial --config-path ./config.yaml server stop
./gotosocial --config-path ./config.yaml server start
Is there a way to delete statuses/posts/toots/media older than a certain period? I would like to have posts be delete after 1 year.
When clicking on the profile of someone I follow, I can’t see any of their toots? Will I only see the toots of them after I had added them?
Thank you for packaging this! It seems very speedy, and light.
That’s confusing. The admin panel is hosted elsewhere . I think it should be added to the installation script so the server and its admin panel are both selfhosted. May be pinafore also.
That reminds me of the couple synapse / element.
Your quick start and faq are great for understanding how it works
Yes, I saw that but I don’t know what yarn is, and don’t want to worry about keeping another thing up to date for now. I’ll use the other panel for now until it’s bundled. Still learning the ropes here on Gotosocial
OMG please don’t manipulate the database directly
you can break things in the functioning of gotosocial by doing so
I’m too lazy to read the code, but it is probable that the creation of a user touches many places in the database for it to work properly
I advise you to restore a backup
to use the command line, place yourself in the /var/www/gotosocial directory
then start your commands with ./gotosocial
(I’d forgotten the initial ./ on my previous exemple commands, sorry about that )