Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soulteary/flare

🏂 Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.
https://github.com/soulteary/flare

bookmarks self-hosted start-page

Last synced: 4 days ago
JSON representation

🏂 Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.

Awesome Lists containing this project

README

        

# Flare

Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.

🚧 **Code is being prepared and refactored, commits are slow.**

## Feature

**Simple**, **Fast**, **Lightweight** and super **Easy** to install and use.

- Written in Go (Golang) and a little Modern vanilla Javascript only.
- Doesn't depend any database or any complicated framework.
- Single executable, no dependencies required, good docker support.
- You can choose whether to enable various functions according to your needs: offline mode, weather, editor, account, and so on.

## ScreenShot

TBD

## Documentation

TBD

- Browse automatically generated program documentation:
- `godoc --http=localhost:8080`

## Directory

```bash
├── build build script
├── cmd user cli/env parser
├── config config for app
│   ├── data data for app running
│   ├── define define for app launch
│   └── model data model for app
├── docker docker
├── embed resource (assets, template) for web
├── internal
│   ├── auth user login
│   ├── fn fn utils
│   ├── logger logger
│   ├── misc
│   │   ├── deprecated
│   │   ├── health
│   │   └── redir
│   ├── pages
│   │   ├── editor
│   │   ├── guide
│   │   └── home
│   ├── resources static resource after minify
│   ├── server
│   ├── settings
│   └── version
└── main.go
```