GoToSocial | Mastodon Alternative
-
@murgero Hey, I'm getting
App installation error: Invalid CloudronManifest.json: Format validation failed (Invalid URL) @ /mediaLinks/0
when running
cloudron install --image=mitchellurgero/org.urgero.gts:latest
.I did remove the mediaLinks line in the manifest file and it all worked. Now my issue is that I can't configure
account-domain
before the app boots up, making it seemingly impossible to change:# DO NOT change this after your server has already run once, or you will break things!
Any advice?
Great job so far
-
@murgero Hey, I'm getting
App installation error: Invalid CloudronManifest.json: Format validation failed (Invalid URL) @ /mediaLinks/0
when running
cloudron install --image=mitchellurgero/org.urgero.gts:latest
. -
I did remove the mediaLinks line in the manifest file and it all worked. Now my issue is that I can't configure
account-domain
before the app boots up, making it seemingly impossible to change:# DO NOT change this after your server has already run once, or you will break things!
Any advice?
Great job so far
@yusf The startup script configures this for you. I am trying to find a way to make that configurable pre-install like some apps can change their ports pre install. Otherwise it defaults to the current app domain.
Also, if you wanna get weird with it, you can change that value but then drop the table in postgresql for the app (PROCEED WITH CAUTION)
-
@yusf The startup script configures this for you. I am trying to find a way to make that configurable pre-install like some apps can change their ports pre install. Otherwise it defaults to the current app domain.
Also, if you wanna get weird with it, you can change that value but then drop the table in postgresql for the app (PROCEED WITH CAUTION)
-
@murgero So if I drop the table it just gets recreated?
I was also considering trying install to domain.tld, then move it to a subdomain.
@yusf You can't move domain once it's installed unless you drop the database it uses (see that same config for the creds, db name, etc)
be aware this will erase any user data on the instance.
But yes - it will recreate database and tables.
-
Sounds like there could be a DB script action created that would be a bit more fine grained in modifying just the wanted (sub)domain references, instead of a whole DB drop.
Eventually becoming a migration script.
-
@murgero It's not clear to me how to do that. I tried
ALTER DATABASE mydb CONNECTION LIMIT 0;
andSELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname = 'mydb';
but I only managed to lock myself out before being able to
DROP DATABASE mydb;
How should I drop the database? No matter what I try I get
ERROR: cannot drop the currently open database`
-
@murgero It's not clear to me how to do that. I tried
ALTER DATABASE mydb CONNECTION LIMIT 0;
andSELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname = 'mydb';
but I only managed to lock myself out before being able to
DROP DATABASE mydb;
How should I drop the database? No matter what I try I get
ERROR: cannot drop the currently open database`
-
-
-
@robi This app is packaged and tested working on my server, repo is ready - all it needs is tests which I cannot do right now but maybe this weekend or next.
-
@murgero care to share?
-
What do you think, does nobody really want Gotosocial in Cloudron? I understand there are already three fediverse apps in the app store, but for individuals, gotosocial is much better than the big Mastodon.