servas

servas

Docker-Anwendung from Jadehawk's Repository

Übersicht

A self-hosted bookmark management tool.
Servas is based on Laravel and Inertia.js and uses Tailwind CSS and Svelte for the frontend.

It still needs a lot of work but developer is active and available at github

MUST DO FIRST:

  • Create a Local directory (ex: /mnt/user/appdata/servas) where the ".env" & "servas.db" files will be stored.
  • Create a file called .env and inside on it add the line: APP_KEY=
  • Create a file called servas.db

Fill in the rest of this template.

Once the container is running, open the container's console and run the following command:
php artisan key:generate --force
---> This will generate a key and it will be stored in the .env file you created.
ReStart Container.
navigate to : http://localhost:8086/register ---> Here you will generate your admin account.
navigate to: http://localhost:8086/login

========================BELLOW IF USING MYSQL/MariaDB========================

You no longer need MySQL/MariaDB but if you still want to use it, then add the following lines to the .env file:

MySQL

DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=servas_db
DB_USERNAME=servas_db_user
DB_PASSWORD=password

Optional Requirements if using MySQL/MariaDB:

  • MySQL / Mariadb Database already running and available.
  • CREATE a database (ex. servas-db)
  • CREATE a User for servas-db (ex. servas)

Anforderungen

  • External database instance (MySQL/MariaDB) If using such DB. If not, then NO LONGER NEEDED


However, The preferred way to use Servas is in combination with a MariaDB container.

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:80]/
Netzwerk
bridge
Shell
sh
Privilegiert
false
Extra Params
--restart unless-stopped --log-opt max-size=50m --log-opt max-file=1

Konfiguration der Vorlage

Web UIPorttcp
Ziel
80
Wert
8086
(SQLite) DB_CONNECTIONVariable
Ziel
DB_CONNECTION
Standard
sqlite
Wert
sqlite
(SQLite) DB_DATABASEVariable
Ziel
DB_DATABASE
Standard
/var/www/html/database/sqlite/servas.db
Wert
/var/www/html/database/sqlite/servas.db
(SQLite) DB_FOREIGN_KEYSVariable
Ziel
DB_FOREIGN_KEYS
Standard
true
Wert
true
(.env) FilePathrw

create a .env file on servas folder

Ziel
/var/www/html/.env
Wert
/mnt/user/appdata/servas/.env
(servas.db) Database FilePathrw
Ziel
/var/www/html/database/sqlite/servas.db
Wert
/mnt/user/appdata/servas/servas.db
PUIDVariable
Standard
99
Wert
99
PGIDVariable
Standard
100
Wert
100
APP_KEYVariable
Ziel
AP_KEY
APP_ENVVariable
Standard
production
Wert
production
APP_NAMEVariable
Standard
Servas
Wert
Servas
APP_DEBUGVariable
Standard
false
Wert
false
APP_URLVariable
Standard
https://your-servas-instance
Wert
https://your-servas-instance
SERVAS_ENABLE_REGISTRATIONVariable
Standard
true
Wert
true

Kategorien

Statistik herunterladen

55,278
Downloads insgesamt
1,702
Dieser Monat
2,123
Durchschnittlich / Monat

Gesamte Downloads im Laufe der Zeit

Tabelle laden...

Einzelheiten

Repository
beromir/servas
Zuletzt aktualisiert2026-04-15
Erstmals gesehen2022-05-30

Führen Sie Servas auf Unraid aus.

Servas ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.