Basic docker of https://github.com/dhrumilp15/haystackfs
Expects the environment variables DISCORD_TOKEN and GUILD_ID and KEY for the configuration file .
The key can be generated with the following python code
from cryptography.fernet import Fernet
key = Fernet.generate_key()
print (key)
the output will be "b'key'"
Content type
Image
Digest
sha256:de1175e0b…
Size
125.9 MB
Last updated
over 2 years ago
docker pull grenskul/haystackfs