Sign inSign up

samuel19982/smartorganizr

By samuel19982

Updated 8 months ago

Smartorganizr Repository

Image
0

5.1K

samuel19982/smartorganizr repository overview

Easy setup

Steps:

  • sudo apt update -y && sudo apt upgrade -y && sudo apt install docker.io docker-compose
  • git clone https://gitlab.com/samuel1998.schwanzer/SmartOrganizr.git && cd SmartOrganizr
  • docker-compose up -d
  • Enter http://localhost/ and refer for the rest of the manual to the General setup section at the bottom

Advanced setup

Prerequisites

  • Docker
  • MariaDB/MySQL database

Customization

In the latest version the application can save PDFs. So you have your notes everywhere available. To persist them you need to define a volume for "/media".

Features

  • Generate QR codes based on the given inputs for notes.
  • Alphabetically sort notes in a folder.
  • Get a specific QR code for a note.
  • Mange multiple user
  • Users can't read/write authors, notes and folders of an other user

How to start

  1. Execute:
docker run -e SPRING_DATASOURCE_URL=<url to your database host/database> -e SPRING_DATASOURCE_USERNAME=<your-username> -e SPRING_DATASOURCE_PASSWORD=<your-password> -p <your desired external port>:8080 -d samuel19982/smartorganizr

General setup

  1. During the very first start of the created docker container an admin account will be generated. The admin account has the username "admin" and the password "smartorganizr-8934-$USER".
  2. After logging in you will be prompted to change your password. The password must consist of at least 8 characters, including at least one digit, one special character, one lowercase and one uppercase letter.

Source code repository

Gitlab link

Tag summary

Content type

Image

Digest

sha256:7c31e821a

Size

14 MB

Last updated

8 months ago

docker pull samuel19982/smartorganizr