Dagger 5f617b9f72
All checks were successful
Test and Build Docker Image / Test-Build (push) Successful in 11s
Test and Build Docker Image / Build-Image (push) Successful in 2m10s
removed full-latest
2023-10-23 12:20:47 -05:00
2023-10-23 12:20:47 -05:00
2023-05-14 22:23:09 +00:00
2022-06-13 19:50:30 -04:00
2022-06-13 18:51:22 -04:00
2022-06-13 16:31:56 -04:00
2022-06-13 18:24:50 +00:00
2022-06-13 14:29:13 -04:00
2022-06-14 15:19:58 +00:00
2022-06-13 14:29:13 -04:00

Semantic description of image

What is oki.cx File Share

Python based file upload website with HTML and JSON responses built with FastAPI

Table of contents

Setup

Docker Compose

version: '3.8'
services:
file-share:
    image: mrpvtdagger/oki.cx-file-share:latest
    environment:
      - URL="example.com"
    ports:
      - "8086:80"
    volumes:
      - "/path/to/store/files/:/app/files"
    restart: unless-stopped
    

You will need to add glcr.oki.cx to your docker host registries to use the above image.

Description
No description provided
Readme 97 KiB
Languages
HTML 40.2%
JavaScript 27.7%
Python 26.1%
Dockerfile 3.1%
CSS 2.9%