Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Apps/ArchiveteamWarrior/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/ArchiveteamWarrior/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions Apps/ArchiveteamWarrior/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: archiveteam-warrior
services:
warrior-dockerfile:
cpu_shares: 10
container_name: archiveteam-warrior
deploy:
resources:
limits:
memory: 256M
environment:
- CONCURRENT_ITEMS=2
- DOWNLOADER=
- SELECTED_PROJECT=auto
image: atdr.meo.ws/archiveteam/warrior-dockerfile:latest
labels:
icon: https://wiki.archiveteam.org/images/thumb/f/f3/Archive_team.png/100px-Archive_team.png
logging:
driver: json-file
options:
max-size: 50m
network_mode: bridge
ports:
- target: 8001
published: "8001"
protocol: tcp
restart: unless-stopped
envs:
- container: CONCURRENT_ITEMS
description:
en_us: "How many items should the warrior download at a time? (Max: 6)"
- container: DOWNLOADER
description:
en_us: "We use your nickname to show your results on our tracker. Letters and numbers only."
- container: SELECTED_PROJECT
description:
en_us: "Your warrior will automatically work on the current ArchiveTeam project."
volumes:
- type: bind
source: /DATA/AppData/archiveteam-warrior
target: /warrior

x-casaos:
author: ArchiveTeam
architectures:
- amd64
category: Utilities
description:
en_US: |
Archive Team is a loose collective of rogue archivists, programmers, writers and loudmouths dedicated to saving our digital heritage. Since 2009 this variant force of nature has caught wind of shutdowns, shutoffs, mergers, and plain old deletions - and done our best to save the history before it's lost forever. Along the way, we've gotten attention, resistance, [press and discussion](https://wiki.archiveteam.org/index.php/In_The_Media), but most importantly, we've gotten the message out: **IT DOESN'T HAVE TO BE THIS WAY**. The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!

developer: ArchiveTeam
icon: https://wiki.archiveteam.org/images/thumb/f/f3/Archive_team.png/100px-Archive_team.png
port_map: "8001"
tagline:
en_US: Global internet archival and content backup efforts.
tips:
before_install:
en_us: We strongly encourage users to use the `latest` version tag to keep up with the latest crawling API and algorithms.
title:
custom: Warrior
index: /
Loading