Giter Club home page Giter Club logo

imghost's Introduction

imghost - self hosted image.. hosting?

A (work in progress) self hosted web thing that stores images.

This is how it looks like:

Screenshot of the index page, displaying the imghost title and a form with an input field

Screenshot of the uploaded image page, displaying the imghost title and a the uploaded image

Routes

  • GET / displays the upload form
  • POST /upload receives a file and redirects to the view page
  • GET /file/<id> displays an html page that displays the file
  • GET /file/raw/<id> serves the raw file

Things that would be nice to have

Alt text.

Javascript progressive enhancement to allow drag and drop. This means using fetch to upload the file instead of submitting the form.

Detect mime type from payload instead of relying on user provided content type.

Reject files that are neither images nor video.

Metadata stripping.

Password protection for uploads. I don't want to end up serving malware. The password could be stored in a cookie or something so that you don't have to type it every time.

Why

It was an excuse to play with web rust. The code is full of unwraps and it's not meant to be deployed. It may be exploitable. Handling uploaded files looks a bit weird. This was initially written using warp, but I've migrated it to actix-web.

imghost's People

Contributors

hugopeixoto 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.