Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
/ AlwaysUp Public archive

Keep files alive, uploads files periodically automatically.

License

Notifications You must be signed in to change notification settings

jmqm/AlwaysUp

Repository files navigation

Archived

AnonFiles.com has decided to shut down, this program is no longer working in its current state (2023/09/22).

Keep files alive, using AnonFiles.com.

About this project

Using AnonFiles.com, files are uploaded and a corresponding text file is created with the link to the file. If a link goes down, the file is uploaded again and its text file's link is changed.

docker-compose

services:
  alwaysup:
    image: jmqm/alwaysup:latest
    container_name: alwaysup
    volumes:
      - /host_files:/files:ro # Read-only
      - /host_links:/links

      - /etc/localtime:/etc/localtime:ro # Container uses date and time from host.
    environment:
      - DELAY_MINUTES=60 # Minimum 5 minutes.
      # - TZ=Asia/Tokyo # Alternative to mounting /etc/localtime.

Volumes (permission required)

/files (read) - Files to upload. All files in this directory will be considered.

/links (write) - Where to store links to.

Other info

Thought to create this software because it seemed fun. In no way do I support the distribution of illegal material, this software was not made for that. Do not abuse this software, or else monkaS.

This project is not associated with AnonFiles.com aside from using its services for file upload.