Logo
Explore Help
Sign In
kato/warpbox-dev
1
0
Fork 0
You've already forked warpbox-dev
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e12878887c7ba049d7fd09ac87efb6a85437ad2d
warpbox-dev/backend/go.mod

8 lines
115 B
Modula-2
Raw Normal View History

feat: initialize warpbox.dev project structure and backend Initialize the repository with the core Go backend architecture and a frontend mockup for warpbox.dev, a self-hosted file-sharing application. - Set up Go backend modules for configuration, HTTP server, middleware, handlers, and templates. - Add local development scripts, environment templates, and basic project configuration. - Include a React-based frontend mockup under the docs directory.
2026-05-25 15:36:49 +03:00
module warpbox.dev/backend
go 1.26
feat: add configurable data directory and file-based logging Introduce the `WARPBOX_DATA_DIR` environment variable to define where runtime data is stored. This directory will house uploaded files, the bbolt metadata database, and application logs. Changes include: - Added `WARPBOX_DATA_DIR` to configuration, defaulting to `./data`. - Implemented a custom logging package that writes JSONL logs to the data directory. - Updated `.gitignore` and `.env.example` to support the new data directory. - Documented the runtime data structure in `README.md`. - Updated the frontend upload script to handle form submission and display results.
2026-05-25 16:26:47 +03:00
require go.etcd.io/bbolt v1.4.3
require golang.org/x/sys v0.29.0 // indirect
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 36ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API