All Projects → ivan-avalos → linkbucket-go

ivan-avalos / linkbucket-go

Licence: AGPL-3.0 License
This project has been moved permanently to: https://fossil.avalos.me/linkbucket-go

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to linkbucket-go

BEW-2.5-Strongly-Typed-Languages
💪 Learn and implement the design patterns and best practices that make Go a top choice at high-velocity startups like Lyft, Heroku, Docker, Medium, and more!
Stars: ✭ 14 (-12.5%)
Mutual labels:  gorm, echo-framework
Go-Gin-Api
基于golang开源框架 gin封装的api框架
Stars: ✭ 42 (+162.5%)
Mutual labels:  gorm
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (+6.25%)
Mutual labels:  webapp
msLog
log for webView & webApp 用于webView和webApp的log工具
Stars: ✭ 25 (+56.25%)
Mutual labels:  webapp
cwco
Powerful and Fast Web Component Library with a Simple API
Stars: ✭ 27 (+68.75%)
Mutual labels:  webapp
newrelic-context
Contains different helpers to make life easier with NewRelic and Context.
Stars: ✭ 21 (+31.25%)
Mutual labels:  gorm
apps
daily.dev application suite
Stars: ✭ 253 (+1481.25%)
Mutual labels:  webapp
bootstrap-4-react
Bootstrap 4 React components
Stars: ✭ 19 (+18.75%)
Mutual labels:  webapp
madomagiOOP
👨‍💻♐ OOP learning with anime magical girl. (魔法少女で学ぶオブジェクト指向)🧙
Stars: ✭ 17 (+6.25%)
Mutual labels:  webapp
Daemon
适用于 MCSManager 的守护进程,用于与面板端进行分离直接控制和管理程序
Stars: ✭ 72 (+350%)
Mutual labels:  webapp
flow-spring-examples
Examples for Vaadin and Spring Boot
Stars: ✭ 39 (+143.75%)
Mutual labels:  webapp
ParkCatcher
Find a free parking in the nearest residential street when driving in Montréal. A Montréal Open Data project.
Stars: ✭ 32 (+100%)
Mutual labels:  webapp
Ant App H5
It's a simple vue2 mobile project
Stars: ✭ 21 (+31.25%)
Mutual labels:  webapp
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (+581.25%)
Mutual labels:  webapp
motada-photos-browser
Search over thousands free images
Stars: ✭ 36 (+125%)
Mutual labels:  webapp
go-cms
基于beego框架的cms系统
Stars: ✭ 127 (+693.75%)
Mutual labels:  gorm
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (+237.5%)
Mutual labels:  webapp
ulboracms
Ulbora CMS is a self-contained CMS (no database needed) written in Golang. It uses a JSON datastore with content saved in both json files and in memory. You can download and upload a single binary backup file containing content, images, and templates as needed. It also has a built-in mail sender.
Stars: ✭ 42 (+162.5%)
Mutual labels:  webapp
play-scala-anorm-example
Example Play Database Application using Anorm
Stars: ✭ 41 (+156.25%)
Mutual labels:  webapp
filimo-plus
FilimoPlus: browse, search, play or download filimo items
Stars: ✭ 23 (+43.75%)
Mutual labels:  webapp

Linkbucket Logo

Linkbucket is a free and open-source online bookmark manager focused on simplicity and minimalism. It is written in Go and React and it is totally self-hostable, so you can run your own instance.

Warning: This software is still in progress and probably not suitable for production yet!

Linkbucket Screenshot 1 Linkbucket Screenshot 2

Installation

Requirements

  • Go 1.13+
  • NodeJS
  • NPM
  • MySQL

Commands

cd client
cp env.example .env
emacs .env # fill variables
npm install
npm run build

cd ../server
cp env.example .env
emacs .env #fill variables
go install
go run .

Build and run using Docker

Dockerhub

docker pull avalos/linkbucket-go
wget -O .env.docker https://raw.githubusercontent.com/ivan-avalos/linkbucket-go/master/env.docker.example
emacs .env.docker # fill variables
docker run -p 8080:8000 \
	--env-file .env.docker avalos/linkbucket-go

Build image from Dockerfile

docker build -t TAG_NAME .
cp env.docker.example .env.docker
emacs .env.docker # fill variables
docker run -p 8080:8000 \
	--env-file .env.docker TAG_NAME

History

Linkbucket Go is a full rewrite of the original Linkbucket, written entirely in Laravel (PHP). It preserves its minimalist and basic UI. I created both Linkbuckets only as practice projects (like everything I do), and hence their poor code quality and terrible APIs. But I'm always getting slightly better at programming!

Licence (AGPLv3)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].