Skip to content

Instantly share code, notes, and snippets.

View LizenzFass78851's full-sized avatar
I do not always have time

LizenzFass78851

I do not always have time
View GitHub Profile
@LizenzFass78851
LizenzFass78851 / mayan-pdf-dw-script_DOWNLOAD-REST.py
Last active May 23, 2025 16:21
script to download all documents stored in mayan-edms via the api
import requests
import os
import re
from urllib.parse import urljoin
# ===========================
# KONFIGURATION
# ===========================
BASE_URL = 'http://YOURIP/api/v4' # Anpassen an Ihre Mayan-Instanz
AUTH = ('YOURUSERNAME', 'YOURPASSWORD') # Basic-Auth-Daten
@LizenzFass78851
LizenzFass78851 / mayan-edms_docker-compose.yml
Last active March 1, 2025 11:44
experimental and definitely not recommended mayan-edms docker-compose.yml with elasticsearch and without rabbitmq
version: '3.7'
services:
mayan:
image: mayanedms/mayanedms:s4.8
container_name: mayan-edms
restart: always
ports:
- "8000:8000"
volumes:
@LizenzFass78851
LizenzFass78851 / last supported virtualbox guest additions.md
Last active February 11, 2025 23:52
last supported virtualbox guest additions for certain windows versions

last supported virtualbox guest additions for certain windows versions

Older Windows Versions

  • unknown

Windows 2000 and XP

| version series | latest supported guest additions |