oxen-observer/static
Ian Macdonald 82a3fcae56
For each node, display the country's flag in addition to its name.
Flag images are sourced from here:

  https://flaglog.com/country-codes

Placing the flags in a subdirectory of `./static` for good housekeeping
requires a change to the location matching of the `nginx` configuration;
otherwise they will not be found.

Change:

```
location ~ /(?![^/]*\.(?:css|js|png|html)(?:$|\?)) {
```

to:

```
location ~ /(?!([^/]*|flags/[^/]*)\.(?:css|js|png|html)(?:$|\?)) {
```
2022-06-30 10:01:05 +02:00
..
flags For each node, display the country's flag in addition to its name. 2022-06-30 10:01:05 +02:00
favicon16.png Add new "oxen block" favicon 2021-10-30 00:12:58 -03:00
favicon32.png Add new "oxen block" favicon 2021-10-30 00:12:58 -03:00
favicon64.png Add new "oxen block" favicon 2021-10-30 00:12:58 -03:00
favicon96.png Add new "oxen block" favicon 2021-10-30 00:12:58 -03:00
style.css Add active swarm count to service node list 2022-02-09 12:20:13 -04:00