Compare commits
2 Commits
e95a379441
...
4dc5fcb4ea
| Author | SHA1 | Date | |
|---|---|---|---|
| 4dc5fcb4ea | |||
| 482db222c8 |
@ -13,7 +13,7 @@
|
|||||||
if required, run certbot to set the certificates.
|
if required, run certbot to set the certificates.
|
||||||
|
|
||||||
* First stop Nginx, as it is using port 80
|
* First stop Nginx, as it is using port 80
|
||||||
``sudo systemctl start nginx.service``
|
``sudo systemctl stop nginx.service``
|
||||||
|
|
||||||
* Run this container, I doubt that i am understanding how it works properly though.
|
* Run this container, I doubt that i am understanding how it works properly though.
|
||||||
`docker run -it --rm -p 80:80 --name certbot -v "/etc/letsencrypt:/etc/letsencrypt" -v "/var/lib/letsencrypt:/var/lib/letsencrypt" certbot/certbot certonly --standalone --break-my-certs -d matsubara.nl -d www.matsubara.nl -d pa4kev.nl -d www.pa4kev.nl -d michelaben.nl -d www.michelaben.nl -d gitea.matsubara.nl`
|
`docker run -it --rm -p 80:80 --name certbot -v "/etc/letsencrypt:/etc/letsencrypt" -v "/var/lib/letsencrypt:/var/lib/letsencrypt" certbot/certbot certonly --standalone --break-my-certs -d matsubara.nl -d www.matsubara.nl -d pa4kev.nl -d www.pa4kev.nl -d michelaben.nl -d www.michelaben.nl -d gitea.matsubara.nl`
|
||||||
|
|||||||
@ -2,7 +2,6 @@ import React from 'react';
|
|||||||
|
|
||||||
import educationData from './education.json';
|
import educationData from './education.json';
|
||||||
import { useTheme } from '../../ThemeContext';
|
import { useTheme } from '../../ThemeContext';
|
||||||
import { getLanguage } from '../../Language/Language';
|
|
||||||
import { getString } from '../../Language/LanguageStrings';
|
import { getString } from '../../Language/LanguageStrings';
|
||||||
|
|
||||||
const CoursesTable = () => {
|
const CoursesTable = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user