Hacker News new | past | comments | ask | show | jobs | submit login

And you could also run your own archive bot (x86 only). I've got one running in a docker container, it downloads a webpage and auto-uploads it to archive.org

https://tracker.archiveteam.org/

Edit to add:

docker_compose.yml example:

services:

  archiveteam:   

    image: atdr.meo.ws/archiveteam/warrior-dockerfile   

    ports:  

      - '8101:8001'   

    mem_limit: 4G   

    cpus: 3


    dns:   
      - 9.9.9.10   
      - 8.8.8.8   


    labels:   
      - com.centurylinklabs.watchtower.enable=true   
    container_name: archiveteam-warrior   
    environment:   
      - DOWNLOADER=asdf # Change this to your nickname   
      - SELECTED_PROJECT=auto # Change this to your project of preference or let the archiveteam decide with 'auto'
      - CONCURRENT_ITEMS=6 # Change this to the amount of concurrent download threads you can handle



  watchtower:
    command: '--label-enable --include-restarting --cleanup --interval 3600'
    cpu_shares: 128
    mem_limit: 1G
    cpus: 1

    image: containrrr/watchtower
    volumes:
       - '/var/run/docker.sock:/var/run/docker.sock'

    container_name: watchtower



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: