Skip to content

soulteary/flare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38b4846 Β· Apr 11, 2024
Apr 11, 2024
Jan 6, 2024
Apr 11, 2024
Apr 11, 2024
Apr 11, 2024
Jan 5, 2024
Apr 11, 2024
Jan 5, 2024
Sep 17, 2022
Feb 21, 2022
Feb 21, 2022
Feb 18, 2022
Jan 6, 2024
Sep 17, 2022
Feb 21, 2022
Apr 11, 2024
Apr 11, 2024
Jan 5, 2024

Repository files navigation

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

β”œβ”€β”€ 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