0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ArchiveBox
  2. /
  3. etc
NNick SweetingImprove scheduling, runtime paths, and API behavior
70c9358c创建于 3月16日历史提交
文件最后提交记录最后更新时间
ArchiveBox.conf.default
rename media plugin to ytdlp with backwards-compatible aliases - Rename archivebox/plugins/media/ → archivebox/plugins/ytdlp/ - Rename hook script on_Snapshot__63_media.bg.py → on_Snapshot__63_ytdlp.bg.py - Update config.json: YTDLP_* as primary keys, MEDIA_* as x-aliases - Update templates CSS classes: media-* → ytdlp-* - Fix gallerydl bug: remove incorrect dependency on media plugin output - Update all codebase references to use YTDLP_* and SAVE_YTDLP - Add backwards compatibility test for MEDIA_ENABLED alias 4 个月前
README.md
Update README.md4 年前
archivebox.service
add instructions on how to install to comment3 年前
fly.toml
cleanup config files 4 年前
nginx.conf
limit nginx config to only serve archive directory instead of main data folder root2 年前
package.json
remove extra files from repo root and move package.json into etc 1 年前
sonic.cfg
lower default sonic log level 2 年前
uwsgi.ini
rename OUTPUT_DIR to DATA_DIR 1 年前
README.md

Example etc files for deploying ArchiveBox

In this folder are some example config files you can use for setting up ArchiveBox on your machine.

E.g. see nginx.conf for an example nginx config to serve your archive with SSL, or fly.toml for an example deployment to the Fly.io hosting platform.

Please contribute your etc files here! Example contributions

  • supervisord config
  • systemd config
  • apache webserver config
  • other init system, webservers, or scheduler configs