hiraeth

command module
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2023 License: AGPL-3.0 Imports: 26 Imported by: 0

README

hiraeth

Overview

hiraeth is a simple web-based file sharing program. It allows authenticated users to upload and share files with others, via a web interface. It also supports features like file expiration dates and password protection for uploaded files.

Configuration

Here is an example of how a configuration file could be written:

address = "localhost:8080"
name = "hiraeth"
data = "data"
database_file = "hiraeth.db"
trusted_proxies = [
  "127.0.0.1"
]
inline_types = [
  "image/png",
  "image/jpeg",
  "application/pdf"
]
session_secret_file = "/path/to/secret"
chunk_size = 1048576

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL