mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-04 09:21:42 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -30,5 +30,5 @@ It makes all applications feel like part of the same ecosystem — visually and
|
||||
Developed and maintained by **Kevin Veen-Birkenbach**.
|
||||
Learn more at [www.veen.world](https://www.veen.world)
|
||||
|
||||
Part of the [CyMaIS Project](https://github.com/kevinveenbirkenbach/cymais)
|
||||
License: [CyMaIS NonCommercial License (CNCL)](https://s.veen.world/cncl)
|
||||
Part of the [Infinito.Nexus Project](https://github.com/kevinveenbirkenbach/infinito-nexus)
|
||||
License: [Infinito.Nexus NonCommercial License (CNCL)](https://s.veen.world/cncl)
|
||||
|
@@ -2,7 +2,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Global CSS injection for Nginx-based apps using dynamic colorschemes."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
@@ -22,8 +22,8 @@ galaxy_info:
|
||||
- dynamic
|
||||
- frontend
|
||||
- global
|
||||
repository: https://s.veen.world/cymais
|
||||
issue_tracker_url: https://s.veen.world/cymaisissues
|
||||
documentation: https://s.veen.world/cymais
|
||||
repository: https://github.com/kevinveenbirkenbach/infinito-nexus
|
||||
issue_tracker_url: https://github.com/kevinveenbirkenbach/infinito-nexus/issues
|
||||
documentation: "https://docs.infinito.nexus/"
|
||||
dependencies:
|
||||
- srv-web-7-4-core
|
@@ -1,3 +1,3 @@
|
||||
location = /global.css {
|
||||
root {{nginx.directories.data.global}};
|
||||
root {{nginx.directories.data.cdn}};
|
||||
}
|
@@ -1,4 +1,4 @@
|
||||
global_css_destination: "{{nginx.directories.data.global}}global.css"
|
||||
global_css_destination: "{{nginx.directories.data.cdn}}global.css"
|
||||
global_css_base_color: "{{ design.css.colors.base }}"
|
||||
global_css_count: 7
|
||||
global_css_shades: 100
|
Reference in New Issue
Block a user