http://ip_livebox_tv:8080/remoteControl/cmd?operation=10
http://ip_livebox_tv:8080/remoteControl/cmd?operation=01&key=code_touche&mode=numéro_mode
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: nginx | |
labels: | |
app: nginx | |
spec: | |
ports: | |
- port: 80 | |
name: web |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: nginx | |
labels: | |
app: nginx | |
spec: | |
ports: | |
- port: 80 | |
name: web |
http://ip_livebox_tv:8080/remoteControl/cmd?operation=10
http://ip_livebox_tv:8080/remoteControl/cmd?operation=01&key=code_touche&mode=numéro_mode
#!/bin/bash | |
# Based on Adafruit Learning Technologies Onion Pi project | |
# More info: http://learn.adafruit.com/onion-pi | |
if (( $EUID != 0 )); then | |
echo "This must be run as root. Try 'sudo bash $0'." | |
exit 1 | |
fi | |
Generate your express app with express generator :
express --git --hbs .
Create genSSL.sh :
touch genSSL.sh
Launch genSSL.sh:
chmod +x genSSL.sh
./genSSL.sh