Frontend for my zettelkasten https://eolas.systemsobscure.net
Find a file
2025-12-19 17:57:28 +00:00
.forgejo/workflows infra: add success/fail notifcation on deploy 2025-11-26 17:28:44 +00:00
public feat: final changes before first deploy 2025-11-07 15:55:32 +00:00
src feat: add history menu 2025-12-19 17:57:28 +00:00
.gitignore
.prettierrc
components.json
eslint.config.js
index.html feat: final changes before first deploy 2025-11-07 15:55:32 +00:00
package-lock.json feat: add search functionality 2025-12-11 19:17:37 +00:00
package.json feat: add search functionality 2025-12-11 19:17:37 +00:00
README.md chore: create bug list readme 2025-12-12 17:41:28 +00:00
tsconfig.app.json
tsconfig.json
tsconfig.node.json
vite.config.ts

eolas-app

A React web app that serves as the frontend for my Zettelkasten, Eolas.

eolas-app is a constituent part of my knowledge management system comprising eolas, eolas-db, and eolas-api.

It sources its data from eolas-api also running on my VPS.

Local development

npm install
npm run dev

This will use Vite to start the application at http://localhost:5173. The application requires a local instance of eolas-api to be running, specified via the environment variable VITE_EOLAS_API_ENDPOINT in a .env.

Alternatively use the production API URL.

Deployment

The application is deployed to my remote VPS, residing at /var/www/eolas-app.

It is publicly accessible at eolas.systemsobscure.net.

Deployment is automated via a Forgejo action that builds the Webpack bundle and transfers it to the VPS. Deployment actions are always executed by the deploy user on the VPS.

Bugs

  • Tag graph, tag should not be linked
  • Set 404 text for dead links