Sign inSign up

grenskul/haystackfs

By grenskul

Updated over 2 years ago

Deployment of haystackfs .

Image
0

2.2K

grenskul/haystackfs repository overview

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'"

Tag summary

Content type

Image

Digest

sha256:de1175e0b

Size

125.9 MB

Last updated

over 2 years ago

docker pull grenskul/haystackfs