Skip to content

radiium/onefetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onefetch

Onefetch is a simple, self-hostable Docker-based application for downloading files from 1fichier.com. The sole purpose of this application is to be able to download files directly from the server where the application is hosted. (Example: downloading movies and series for Jellyfin)

Imortant.
This application requires a 1fichier premium account API key.

Content

Deploy with docker

services:
  onefetch:
    image: radiium/onefetch:latest
    volumes:
      - ./data:/app/data # App data folder (db and logs)
      - ./downloads:/app/downloads # Downloaded files
    ports:
      - "3000:3000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published