Skip to content

bvdcode/Octockup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octockup [IN DEVELOPMENT]

Client and server application for autobackup

https://backup.belov.us

Environment variables

CORS_ORIGINS: allowed origins

Docker-compose

services:
  octockup:
    image: bvdcode/octockup:latest
    container_name: octockup
    ports:
      - 8080:8080
    restart: always
    volumes:
      - /data/octockup:/app/files
    environment:
      POSTGRES_HOST: postgres-server

About

Client and server application for file sharing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published