Giter Club home page Giter Club logo

filekeeper's Introduction

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

  1. Ensure you have Docker installed on your system. If not, download and install Docker from here.

  2. Clone the repository:

  docker pull fossyy/filekeeper:latest
  1. Install dependencies:
  docker run -d --name filekeeper -v /path/to/data:/src/uploads -p 8000:8000 fossyy/filekeeper:latest
  1. 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:

  1. Clone the repository:
  https://github.com/fossyy/filekeeper.git
  1. Install dependencies::
  cd filekeeper
  go mod tidy
  1. Build and run the application:
  make
  1. Access the application in your web browser: http://localhost:8080

Demo

https://filekeeper.my.id

Authors

License

Creative Commons Attribution–NonCommercial 4.0 CC BY-NC

filekeeper's People

Contributors

fossyy avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.