2023-10-14 09:02:25 -05:00
2023-10-14 09:02:25 -05:00
2023-10-14 09:02:25 -05:00
2023-10-14 09:02:25 -05:00
2023-10-14 09:02:25 -05:00
2023-10-14 09:02:25 -05:00
2023-10-14 09:02:25 -05:00

Semantic description of image

What is oki.cx File Share

Go based file upload website with HTML and JSON responses built with Echo

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 68 KiB
Languages
HTML 40.6%
JavaScript 35.2%
Go 21.3%
CSS 2.9%