Skip to content

Commit

Permalink
testing error (now this should work)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3ext committed Oct 1, 2024
1 parent 4c7e306 commit 7c1be0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pwa:
paginate: 10

# The base URL of your site
baseurl: ""
baseurl: "https://d3ext.github.io"

# ------------ The following options are not recommended to be modified ------------------

Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-09-18-Curso.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ dnsmasq -C dnsmasq.conf -d

<img src="https://raw.githubusercontent.com/D3Ext/d3ext.github.io/main/images/wifi/wifi-course25.png" alt="pic">

En este punto solo queda usar **lighttpd** para que en el momento en el que alguien se conecte al AP le redirija automaticamente a la web. Si quieres alguna plantilla con el login de alguna red social o algún otro servicio te recomiendo las plantillas de algunos repositorios como [este](https://github.com/D3Ext/WEF/tree/main/templates) o [este](). Para usarlas solo haría falta cambiar la ruta de la web en el archivo de configuración de lighttpd.
En este punto solo queda usar **lighttpd** para que en el momento en el que alguien se conecte al AP le redirija automaticamente a la web. Si quieres alguna plantilla con el login de alguna red social o algún otro servicio te recomiendo las plantillas que puedes encontrar [aqui](https://github.com/D3Ext/WEF/tree/main/templates), como parte de mi propia herramienta WEF. Para usarlas solo haría falta cambiar la ruta de la web en el archivo de configuración de lighttpd.

```sh
lighttpd -f lighttpd.conf
Expand Down

0 comments on commit 7c1be0d

Please sign in to comment.