readme + css
This commit is contained in:
parent
5382e15af2
commit
ec03c8218c
|
@ -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))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue