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