fsociety f4c46b0011 feat: update URL endpoints for Nostr services
This commit updates the URL endpoints used for Nostr related services from .de to .top domains. This includes the relay URLs for plebs overview and login services, as well as the redirect URL for the einundzwanzig-plebs route.
2024-06-07 12:22:47 +02:00
2023-02-09 22:15:37 +01:00
2022-11-29 12:03:04 +01:00
2023-12-08 17:33:54 +01:00
2022-11-29 12:03:04 +01:00
2023-11-24 15:37:05 +01:00
2022-11-29 12:03:04 +01:00
2023-02-06 21:15:07 +01:00
2022-11-29 12:03:04 +01:00
2023-02-12 19:01:39 +01:00
2022-11-29 12:03:04 +01:00
2023-03-13 16:35:20 +01:00
2022-11-29 10:56:19 +00:00
2023-02-19 16:16:55 +01:00
2023-08-21 18:04:06 +02:00
2022-11-29 12:03:04 +01:00
2022-11-29 17:42:58 +01:00
2022-12-12 19:17:09 +01:00
2022-12-21 14:58:41 +01:00
2023-10-30 11:39:00 +01:00

Laravel Forge Site Deployment Status

Development

Installation

cp .env.example .env

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/var/www/html \
    -w /var/www/html \
    laravelsail/php81-composer:latest \
    composer install --ignore-platform-reqs

(you need a valid Laravel Nova license)

Start docker development containers

vendor/bin/sail up -d

Migrate and seed the database

./vendor/bin/sail artisan migrate:fresh --seed

./vendor/bin/sail artisan storage:link

Install node dependencies

vendor/bin/sail yarn install

Start just in time compiler

vendor/bin/sail yarn dev

Update dependencies

vendor/bin/sail yarn

Contributing

WIP

Security Vulnerabilities

If you discover a security vulnerability within this project, please send an e-mail to Benjamin Takats via bt@affekt.de. All security vulnerabilities will be promptly addressed.

License

Open-sourced software licensed under the MIT license.

Languages
PHP 60%
Blade 34.9%
JavaScript 2.9%
Shell 1.1%
Vue 0.6%
Other 0.5%