f69916af88c9095d1b5c9714a8237c1c1cb9514f
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.10 to 1.25.12. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.10...v1.25.12) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
FileKeeper
FileKeeper is a file hosting service built with pure Golang and some JavaScript. It allows users to securely upload, store, and manage files on a server.
Environment Variables
To run this project, you will need to add the following environment variables to your .env file example file
SERVER_HOST
SERVER_PORT
DOMAIN
CORS_PROTO
CORS_LIST
CORS_METHODS
DB_HOST
DB_PORT
DB_USERNAME
DB_PASSWORD
DB_NAME
SMTP_HOST
SMTP_PORT
SMTP_USER
SMTP_PASSWORD
SESSION_NAME
SESSION_MAX_AGE
Usage
Running with Docker
-
Ensure you have Docker installed on your system. If not, download and install Docker from here.
-
Clone the repository:
docker pull fossyy/filekeeper:latest
- Install dependencies:
docker run -d --name filekeeper -v /path/to/data:/src/uploads -p 8000:8000 fossyy/filekeeper:latest
- Access the application in your web browser: http://localhost:8080
Running Locally
If you prefer to run the app locally without Docker, follow these steps:
- Clone the repository:
https://github.com/fossyy/filekeeper.git
- Install dependencies::
cd filekeeper
go mod tidy
- Build and run the application:
make
- Access the application in your web browser: http://localhost:8080
Demo
Authors
License
Description
Languages
templ
55%
Go
39.1%
JavaScript
4.9%
Dockerfile
0.6%
CSS
0.2%