ironic833

archivebox

Aug 25th, 2024 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | Cybersecurity | 0 0
  1. Image archivebox/archivebox:0.7.2@sha256:b50ff8d34a8201b0da7aef68ecd4718cfe9e54a649f7ae4faf1cc3fbc0274bf3
  2. CMD archivebox server --quick-init 0.0.0.0:8000
  3. ENTRYPOINT dumb-init -- /app/bin/docker_entrypoint.sh
  4. ENV
  5. ALLOWED_HOSTS *
  6. APP_VENV /app/.venv
  7. APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE 1
  8. ARCHIVEBOX_USER archivebox
  9. CODE_DIR /app
  10. DATA_DIR /data
  11. DEBIAN_FRONTEND noninteractive
  12. DEFAULT_PGID 911
  13. DEFAULT_PUID 911
  14. GLOBAL_VENV /venv
  15. GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
  16. IN_DOCKER True
  17. LANG C.UTF-8
  18. LANGUAGE en_US:en
  19. LC_ALL C.UTF-8
  20. MEDIA_MAX_SIZE 500m
  21. NODE_MODULES /app/node_modules
  22. NODE_VERSION 20
  23. npm_config_loglevel error
  24. OPENAI_API_KEY sk-xxxxxx
  25. PATH /usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/venv/bin:/app/.venv/bin:/app/node_modules/.bin
  26. PIP_DISABLE_PIP_VERSION_CHECK 1
  27. PLAYWRIGHT_BROWSERS_PATH /browsers
  28. PUBLIC_ADD_VIEW true
  29. PUBLIC_INDEX true
  30. PUBLIC_SNAPSHOTS true
  31. PYTHON_GET_PIP_SHA256 dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
  32. PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
  33. PYTHON_PIP_VERSION 24.0
  34. PYTHON_SETUPTOOLS_VERSION 65.5.1
  35. PYTHON_VERSION 3.11
  36. PYTHONIOENCODING UTF-8
  37. PYTHONUNBUFFERED 1
  38. TZ UTC
  39. Labels
  40. com.docker.compose.config-hash 47d15a0ad5aa9a5398ed4856877ec87e19964eb4b1a2e08b21382a70d836f758
  41. com.docker.compose.container-number 1
  42. com.docker.compose.depends_on
  43. com.docker.compose.image sha256:b50ff8d34a8201b0da7aef68ecd4718cfe9e54a649f7ae4faf1cc3fbc0274bf3
  44. com.docker.compose.oneoff False
  45. com.docker.compose.project archivebox
  46. com.docker.compose.project.config_files /var/lib/casaos/apps/archivebox/docker-compose.yml
  47. com.docker.compose.project.working_dir /var/lib/casaos/apps/archivebox
  48. com.docker.compose.service app
  49. com.docker.compose.version
  50. description All-in-one personal internet archiving container
  51. documentation https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#docker
  52. homepage https://github.com/ArchiveBox/ArchiveBox
  53. icon https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/archivebox.png
  54. maintainer Nick Sweeting <[email protected]>
  55. name archivebox
  56. traefik.enable true
  57. traefik.http.routers.archivebox.rule Host(`archivebox.mydomain.org`)
  58. traefik.http.routers.archivebox.tls.certresolver letsencryptresolver
  59. traefik.http.services.archivebox.loadbalancer.server.port 8000
  60. Restart policies
  61. Name
  62. Unless Stopped
  63. Volumes
  64. Host/volume Path in container
  65. /DATA/AppData/archivebox/data /data
  66. Connected Networks
  67. Search...
  68. Join a network
  69. Select a network
  70.  
  71. Network
  72. IP Address
  73. Gateway
  74. MAC Address
  75. Actions
  76. archivebox_default 172.18.0.2 172.18.0.1 02:42:ac:12:00:02
  77. Tools 172.16.0.2 172.16.0.1 02:42:ac:10:00:02
Advertisement
Add Comment
Please, Sign In to add comment