Skip to content

Instantly share code, notes, and snippets.

@jerlendds
Created September 2, 2025 04:19
Show Gist options
  • Select an option

  • Save jerlendds/ce51271d75579db5bb552e178c8ba417 to your computer and use it in GitHub Desktop.

Select an option

Save jerlendds/ce51271d75579db5bb552e178c8ba417 to your computer and use it in GitHub Desktop.
papra
#!/bin/bash
# https://docs.papra.app/self-hosting/using-docker/
# https://github.com/papra-hq/papra
docker run -d --name papra --restart unless-stopped --env APP_BASE_URL=http://localhost:1221 -p 1221:1221 ghcr.io/papra-hq/papra:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment