Skip to content

Commit

Permalink
Standardize image widths
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Nov 21, 2024
1 parent 4a04562 commit 552ee5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/adblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In addition to blocking hosts, domain blocking gives us the ability to use wildc
## Updating lists
Each of the hosts and domains blocklists are updated daily, so it's a good practice to refresh them periodically. You can do this from the **Ad Blocking** management page in RaspAP. Simply select the list from the dropdown and choose **Update now**.

![Manage blocklists](https://user-images.githubusercontent.com/229399/224507022-f71e9a8f-ad73-437b-81cd-c59b27ad3dc3.png){: style="width:480px"}
![Manage blocklists](https://user-images.githubusercontent.com/229399/224507022-f71e9a8f-ad73-437b-81cd-c59b27ad3dc3.png){: style="width:420px"}

Next to the update button, a gear icon :fontawesome-solid-gear:{ style="color: var(--md-default-fg-color--light)" } will appear to indicate that the selected list is being downloaded. Thereafter, a timestamp after each list will indicate when it was last updated.

Expand Down
4 changes: 2 additions & 2 deletions docs/ntp.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In a standalone configuration, a single device will be automatically kept in syn

The **NTP Server > Settings** tab will report the current system time synchronized from its remote NTP server peers.

![ntp-configuration](https://github.com/RaspAP/raspap-webgui/assets/229399/fd11db3e-091f-4d46-868a-a2d77c4d23cd){: style="width:540px"}
![ntp-configuration](https://github.com/RaspAP/raspap-webgui/assets/229399/fd11db3e-091f-4d46-868a-a2d77c4d23cd){: style="width:420px"}

You may add any number of public NTP servers by entering their IP address or fully qualified domain name (FQDN) under **Add an NTP server**.

Expand All @@ -59,7 +59,7 @@ Repeat this process for each of the devices you wish to keep synchronized on you
## Advanced settings
For users who are familiar with the NTP protocol and [configuration file](https://docs.ntpsec.org/), the **NTP Server > Advanced** tab permits you to view and edit this file directly. This gives you full control over the NTP server settings, beyond the basic configuration provided on the **Settings** tab.

![ntp-advanced](https://github.com/RaspAP/raspap-webgui/assets/229399/161e7c44-31ef-4784-924b-7d40999cdc90){: style="width:540px"}
![ntp-advanced](https://github.com/RaspAP/raspap-webgui/assets/229399/161e7c44-31ef-4784-924b-7d40999cdc90){: style="width:420px"}

To enable `ntp.config` editing, simply slide the **Edit mode** toggle. You may then make your edits to the configuration directly. When you are finished editing, choose **Save settings**. The `ntpd.service` will restart automatically.

Expand Down
2 changes: 1 addition & 1 deletion docs/wlanrouting.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Verify your attached device by checking the output on RaspAP's **Networking > Su
### Configure RaspAP's settings
Now, from RaspAP's **Networking > WLAN Routing** tab, choose your wireless client interface and output interface (typically, `eth0` or `enx`). Select the "Configure a static IP address and DHCP for output interface" option toggle, choose **Save settings** and lastly **Start WLAN routing**.

![wlan-routing](https://github.com/RaspAP/raspap-webgui/assets/229399/f721a4bc-0aad-400e-aec1-ef10ce2a12a5){: style="width:520px; padding-left:0px; padding-bottom:10px; padding-top:10px"}
![wlan-routing](https://github.com/RaspAP/raspap-webgui/assets/229399/f721a4bc-0aad-400e-aec1-ef10ce2a12a5){: style="width:460px; padding-left:0px; padding-bottom:10px; padding-top:10px"}

A system configured with predictable interface names is shown, above.

Expand Down

0 comments on commit 552ee5a

Please sign in to comment.