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

Did you find this page helpful?