readme + css

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-04-10 17:02:10 +03:00
parent 5382e15af2
commit ec03c8218c
9 changed files with 9 additions and 1 deletions

View File

@ -173,6 +173,13 @@ You can copy an example of server file from here: `/examples/nginx/server.conf`
Edit the file `/etc/nginx/mime.types`<br>
`application/javascript js;` -> `application/javascript js mjs;`
3. Generate a TLS/SSL sertificate (via [certbot](http://certbot.eff.org/))<br>
3.1. `sudo apt-get install software-properties-common`<br>
3.2. `sudo add-apt-repository ppa:certbot/certbot`<br>
3.3. `sudo apt-get update`<br>
3.4. `sudo apt install certbot python-certbot-nginx`<br>
3.5. `sudo certbot certonly --nginx`
### SystemD (or any alternative you like)
You can copy an example of systemd file from here: `/examples/systemd/huesos.service`<br><br>
**Execute:** `sudo cp huesos.service /etc/systemd/system/huesos.service && sudo chmod +x /etc/systemd/system/huesos.service`<br><br>
@ -272,3 +279,4 @@ You can copy a clean suspension document without comments from here: `/examples/
*Russian weapons tuning shop* ([repository](https://git.svoboda.works/mirzaev/arming))

View File

@ -78,7 +78,7 @@ section#window>div.card>div.images {
transition: 0s;
}
section#window>div.card>div.images:has(> img:last-child:nth-child(2)) {
section#window>div.card>div.images:not(.extend):has(> img:last-child:nth-child(2)) {
padding: 0rem 1rem;
}

0
mirzaev/huesos/system/storage/.gitignore vendored Normal file → Executable file
View File

0
mirzaev/huesos/system/storage/categories/.gitignore vendored Normal file → Executable file
View File

0
mirzaev/huesos/system/storage/example.xlsx Normal file → Executable file
View File

0
mirzaev/huesos/system/storage/greeting.mp4 Normal file → Executable file
View File

0
mirzaev/huesos/system/storage/import/.gitignore vendored Normal file → Executable file
View File

0
mirzaev/huesos/system/storage/products/.gitignore vendored Normal file → Executable file
View File