R
Runtipi2mo 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
Stavros2mo ago
Hello! Is it possible to provide the app logs?
Ashen
AshenOP2mo ago
yh
Ashen
AshenOP2mo ago
Stavros
Stavros2mo ago
Whatt
Ashen
AshenOP2mo ago
?
Stavros
Stavros2mo 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
AshenOP2mo ago
ok @Stavros you have solution ?
Stavros
Stavros2mo ago
Haven't had time to work on it yet, gimme an hour or so
Ashen
AshenOP2mo ago
ok
Stavros
Stavros2mo 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
AshenOP2mo ago
@Stavros how create this on runtipi ?
Stavros
Stavros2mo ago
Follow the steps here
Ashen
AshenOP2mo ago
@Stavros not have revolt config
Ashen
AshenOP2mo ago
Ashen
AshenOP2mo ago
@Stavros look this
Stavros
Stavros2mo ago
Yeah you should create it
Ashen
AshenOP2mo ago
ok
Stavros
Stavros2mo ago
It's a custom config, I just want you to test if it works and if it works I push to main
Ashen
AshenOP2mo 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
Stavros2mo ago
Damn this app is completely broken They don't have solid versioning and things break I will probably deprecate it
Ashen
AshenOP2mo ago
Too bad because it's a very good application 😦
Stavros
Stavros2mo ago
I can probably add it from scratch But the current one has to he killed 100% @Skullky what do you think?
Skullky
Skullky2mo ago
I agree, in this state the app should be marked as deprecated This app need a serious rework
Stavros
Stavros2mo ago
Cool I work on it tomorrow
Ashen
AshenOP4w ago
any update ?
Stavros
Stavros4w 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?