Image uploads
By default, images are uploaded to the data directory of the app itself. To switch to another provider like MinIO, first configure minio to image uploads. Then, use the…
Deploy HedgeDoc as a fully managed service starting at €9/month. Get automated backups, SSL, updates, monitoring, and human support, all included.
DANIAN runs HedgeDoc as a fully managed service: installation, updates, backups, monitoring and security are handled for you.
See the hedgedoc hosting page for plans, pricing and a free trial.
By default, images are uploaded to the data directory of the app itself. To switch to another provider like MinIO, first configure minio to image uploads. Then, use the following configuration in /app/data/config.json:
"imageUploadType": "minio",
"s3bucket": "codimd-images",
"minio": {
"accessKey": "MINIO_ACCESS_KEY",
"secretKey": "MINIO_SECRET_KEY",
"endPoint": "minio.domain.com",
"secure": true,
"port": 443
}
Find more information about our company, platform, and services on our website.
Visit danian.co