YunoHost portal using Nuxt.js
Find a file
2023-07-27 00:38:02 +02:00
assets/img Initial commit 2023-07-14 22:15:32 +02:00
components add Password page 2023-07-26 05:19:52 +02:00
composables add redirect after login 2023-07-26 05:24:04 +02:00
layouts add temp theme selector 2023-07-26 04:30:24 +02:00
locales add Password page 2023-07-26 05:19:52 +02:00
middleware add redirect after login 2023-07-26 05:24:04 +02:00
pages add redirect after login 2023-07-26 05:24:04 +02:00
.eslintrc.cjs misc fixes 2023-07-25 22:22:59 +02:00
.gitignore Initial commit 2023-07-14 22:15:32 +02:00
docker-compose.yml Add Dockerfile + docker-compose.yml to ease up development ? 2023-07-27 00:38:02 +02:00
Dockerfile Add Dockerfile + docker-compose.yml to ease up development ? 2023-07-27 00:38:02 +02:00
nuxt.config.ts misc fixes 2023-07-25 22:22:59 +02:00
package.json update Login view with form components 2023-07-25 19:24:27 +02:00
README.md linting 2023-07-19 18:42:05 +02:00
tailwind.config.js use explicit class names for tailwind inspector 2023-07-25 23:11:32 +02:00
tsconfig.json Initial commit 2023-07-14 22:15:32 +02:00
yarn.lock Add Dockerfile + docker-compose.yml to ease up development ? 2023-07-27 00:38:02 +02:00

POC for new YunoHost portal

Setup

  • I'm doing all this from inside a YunoHost LXC
  • You may want to open port 3000 (or disable the firewall) to access the dev server
  • You'll need NodeJS 18.14 (or higher)
  • And yarn
  • Run yarn install
  • Also make sure the new yunohost-portal-api is running and corresponding route is in nginx config

Dev

  • Run yarn dev
  • Access http://1.2.3.4:3000/