Skip to content

radiium/onefetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 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 to the server where the application is hosted — for example, downloading movies and series for Jellyfin.

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

Content

Deploy with docker

services:
  onefetch:
    image: radiium/onefetch:latest
    environment:
      - APP_API_URL_1FICHIER=https://api.1fichier.com/v1
      - APP_API_URL_JELLYFIN=http://your-jellyfin-host:8096
    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

Packages

 
 
 

Contributors