R
Runtipi4w ago
Ashen

Revolt Chat Error

Hello, I'm trying to create an account, but I keep getting an error. Could you please help me fix this issue? Thank you in advance!
No description
27 Replies
Stavros
Stavros4w ago
Hello! Is it possible to provide the app logs?
Ashen
AshenOP4w ago
yh
Ashen
AshenOP4w ago
Stavros
Stavros4w ago
Whatt
Ashen
AshenOP4w ago
?
Stavros
Stavros4w ago
Hmm I am not sure what's happening Can't find curl Ok I think I know how to fix it Although tomorrow
Ashen
AshenOP4w ago
ok @Stavros you have solution ?
Stavros
Stavros4w ago
Haven't had time to work on it yet, gimme an hour or so
Ashen
AshenOP4w ago
ok
Stavros
Stavros4w ago
@Ashen sorry for being this late But I think I have a solution Firstly create the runtipi/user-config/revolt directory Inside create a docker-compose.yml file and add
services:
revolt-createbuckets:
entrypoint: >
/bin/sh -c "
while ! /usr/bin/mc ready minio; do
/usr/bin/mc config host add minio http://revolt-minio:9000 minioautumn minioautumn;
echo 'Waiting minio...' && sleep 1;
done;
/usr/bin/mc mb minio/attachments;
/usr/bin/mc mb minio/avatars;
/usr/bin/mc mb minio/backgrounds;
/usr/bin/mc mb minio/icons;
/usr/bin/mc mb minio/banners;
/usr/bin/mc mb minio/emojis;
exit 0;
"
services:
revolt-createbuckets:
entrypoint: >
/bin/sh -c "
while ! /usr/bin/mc ready minio; do
/usr/bin/mc config host add minio http://revolt-minio:9000 minioautumn minioautumn;
echo 'Waiting minio...' && sleep 1;
done;
/usr/bin/mc mb minio/attachments;
/usr/bin/mc mb minio/avatars;
/usr/bin/mc mb minio/backgrounds;
/usr/bin/mc mb minio/icons;
/usr/bin/mc mb minio/banners;
/usr/bin/mc mb minio/emojis;
exit 0;
"
then restart revolt
Ashen
AshenOP4w ago
@Stavros how create this on runtipi ?
Stavros
Stavros4w ago
Follow the steps here
Ashen
AshenOP4w ago
@Stavros not have revolt config
Ashen
AshenOP4w ago
Ashen
AshenOP4w ago
@Stavros look this
Stavros
Stavros4w ago
Yeah you should create it
Ashen
AshenOP4w ago
ok
Stavros
Stavros4w ago
It's a custom config, I just want you to test if it works and if it works I push to main
Ashen
AshenOP4w ago
SafeNote
SafeNote | Encrypt and send files and notes with a link that automa...
Encrypt and send files and notes with a link that automatically destruct after being read to ensure your important documents don’t stay online forever.
Stavros
Stavros4w ago
Damn this app is completely broken They don't have solid versioning and things break I will probably deprecate it
Ashen
AshenOP4w ago
Too bad because it's a very good application 😦
Stavros
Stavros4w ago
I can probably add it from scratch But the current one has to he killed 100% @Skullky what do you think?
Skullky
Skullky4w ago
I agree, in this state the app should be marked as deprecated This app need a serious rework
Stavros
Stavros4w ago
Cool I work on it tomorrow
Ashen
AshenOP3w ago
any update ?
Stavros
Stavros3w ago
Well I deprecated the app, it's not available to install for now I currently don't have time to rework it though

Did you find this page helpful?