2022-09-01 17:24:14 +03:00
2022-05-06 22:45:46 +03:00
2022-05-01 00:52:16 +03:00
2022-07-15 10:33:45 +03:00
2022-07-15 10:48:14 +03:00
2022-05-06 23:55:49 +03:00
2021-08-07 13:37:01 +03:00
2022-09-01 17:24:14 +03:00

kvazar-network webapp

Web-oriented content exploring platform for Kevacoin Blockchain

requirements

php-7.4
php-curl
php-mbstring
php-mysql
php-pdo
php-bcmath
php-gd

database

https://github.com/kvazar-network/database

MySQL

https://github.com/kvazar-network/webapp/tree/master

SQLite

https://github.com/kvazar-network/webapp/tree/sqlite

crontab

0 0 * * * /path-to/php /path-to/crontab/sitemap.php > /dev/null 2>&1

nginx sef_mode example

location / {
  try_files $uri $uri/ =404 @sef;
}

location @sef {
  rewrite ^(/.*)$ /?$1 last;
}

exampleshttps://kvazar.today

yggdrasil

http://[203:9fd0:95df:54d7:29db:5ee1:fe2d:95c7]

Languages
Twig 45.6%
PHP 44.2%
CSS 10.2%