Updated a few files
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
# LNX-Connect (WIP)
|
# LupiNex-Connect (WIP)
|
||||||
### The modular backend ecosystem by and for LupiNex Media
|
### The modular backend ecosystem by and for LupiNex Media
|
||||||
|
|
||||||
**LNX-Connect** is a modular server backend ecosystem designed for secure data management and flexible project deployment.
|
**LupiNex-Connect** is a modular server backend ecosystem designed for secure data management and flexible project deployment.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- [LNX-Connect (WIP)](#lnx-connect-wip)
|
- [LupiNex-Connect (WIP)](#lupinex-connect-wip)
|
||||||
- [The modular backend ecosystem by and for LupiNex Media](#the-modular-backend-ecosystem-by-and-for-lupinex-media)
|
- [The modular backend ecosystem by and for LupiNex Media](#the-modular-backend-ecosystem-by-and-for-lupinex-media)
|
||||||
|
|
||||||
---
|
---
|
||||||
Generated
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "lnx-connect",
|
"name": "lupinex-connect",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "lnx-connect",
|
"name": "lupinex-connect",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lnx-connect",
|
"name": "lupinex-connect",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "LNX-Connect is a complete backend ecosystem for LupiNex Media infrastructure",
|
"description": "LupiNex-Connect is a complete backend ecosystem for LupiNex Media infrastructure",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"backend",
|
"backend",
|
||||||
"infrastructure",
|
"infrastructure",
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "gitea:LupinexMedia/LNX-Connect.git"
|
"url": "gitea:LupinexMedia/LupiNex-Connect.git"
|
||||||
},
|
},
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"author": "LupiNex Media",
|
"author": "LupiNex Media",
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.3 MiB |
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "LupiNex Connect",
|
||||||
|
"short_name": "LupiNex Connect",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/img/favicons/web-app-manifest-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/img/favicons/web-app-manifest-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 228 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<!-- ? Favicon Implementation -->
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/img/favicons/favicon.svg" />
|
||||||
|
<link rel="shortcut icon" href="/img/favicons/favicon.ico" />
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon.png" />
|
||||||
|
<meta name="apple-mobile-web-app-title" content="LupiNex Connect" />
|
||||||
|
<link rel="manifest" href="/img/favicons/site.webmanifest" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user