nginx-confgen 2.2 + minor ncdu page updates

This commit is contained in:
Yorhel 2024-10-22 13:50:33 +02:00
parent b3c9c7407c
commit 68bf70e0eb
15 changed files with 56 additions and 21 deletions

View file

@ -17,6 +17,9 @@ respective issue tracker or send a mail to
# Entries
`2024-10-10` - Hamster
: Hey there, use the App since years. Really enjoy it, many thanks!
`2024-08-17` - Young Lee
: hey, thanks for the nice app!

View file

@ -10,6 +10,10 @@ crap I've written over the years. :)
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
`2024-10-22` - nginx-confgen 2.2 released <!-- tags: nginx-confgen, link: /nginx-confgen -->
: Adds support for `$#array` syntax and fixes a minor bug.
[Homepage](/nginx-confgen) - [Changelog](/nginx-confgen/changes).
`2024-09-27` - ncdu 2.6 released <!-- tags: ncdu, link: /ncdu -->
: Adds a new binary export format that better works with parallel scanning,
offers built-in compression and supports browsing directory trees that are

View file

@ -28,7 +28,8 @@ Requirements
Community
: - [Bug tracker](https://code.blicky.net/yorhel/ncdc/issues) - For bugs reports, feature requests and patches.
- `adcs://dc.blicky.net:2780/` - For real-time chat.
- `adcs://dc.blicky.net:2780/` - For real-time chat.<br>
<small>TLS fingerprint as of 2024-10-04 is 5ZFSEGG26HUYZ7NXD6BARU6JHGLF7WNCP3LNYEFACMPRDFJKUEVA.</small>
Packages and ports
: Are available for the following systems:

View file

@ -13,9 +13,9 @@ Parallel scanning
default. To give it a try, run with `-t8` to scan with 8 threads. If you're
running an unusual setup, such as networked storage, odd filesystems,
complex RAID configurations, etc, I'd love to hear about the performance
impact of this new feature. Feedback is welcome on the [issue
impact of this new feature.[^1] Feedback is welcome on the [issue
tracker](https://code.blicky.net/yorhel/ncdu/issues) or to
[projects@yorhel.nl](mailto:projects@yorhel.nl).[^1]
[projects@yorhel.nl](mailto:projects@yorhel.nl).
Binary export
: Ncdu 2.6 adds a new binary export format that better works with parallel
@ -26,9 +26,8 @@ Binary export
Colors
: Ncdu has had color support since version 1.13. Colors were enabled by
default in 1.17 and 2.0, and then later disabled again in 1.20 and 2.4
because the text was not legible in all terminal configurations.
If you do prefer the colors, add `--color=dark` to your [config
because the text was not legible in all terminal configurations. If you do
prefer the colors, add `--color=dark` to your [config
file](/ncdu/man#configuration). Maybe at some point in the future we'll
have colors that *are* readable in every setup.

View file

@ -168,8 +168,8 @@ unknown keys are ignored. Summary of keys recognized by ncdu:
**Common fields for all items**
type
: Mandatory. A negative value indicates that the item that has been excluded
from the size calculations for some reason, positive values are used for
: Mandatory. A negative value indicates that the item has been excluded from
the size calculations for some reason, positive values are used for
different item types:
--- --
@ -240,7 +240,7 @@ sub
: Reference to the last item in this directory, or absent if the directory is
empty.
**Fields for type=3**
**Fields for type = 3**
ino
: Inode number.
@ -359,6 +359,6 @@ Testing
the best way to verify a file is to run both:
```
ncdu -f file.ncdu -o/dev/null # Read entire tree and export to /dev/null
ncdu -o/dev/null -f file.ncdu # Read entire tree and export to /dev/null
ncdubinfmt.pl <file.ncdu # Read and verify the entire file
```

View file

@ -1,4 +1,4 @@
% Ncdu Export File Format
% Ncdu JSON Export File Format
This document describes the file format that ncdu 1.9 and later use for the
export/import feature (the `-o` and `-f` options). Check the [ncdu

View file

@ -8,7 +8,7 @@ commands to generate config files.
## Example
```perl
pre_set $certdir /etc/nginx-certificates/;
pre_set $certdir /etc/nginx-certificates;
# Fetch the 'resolver' from /etc/resolv.conf
pre_exec $nameserver "grep nameserver /etc/resolv.conf \\
@ -41,7 +41,7 @@ See the [manual](/nginx-confgen/man) for more features.
## Download
Latest version <a href="/nginx-confgen/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
: 2.1 (2022-04-27 - [nginx-confgen-2.1.tar.gz](/download/nginx-confgen-2.1.tar.gz) - [changes](/nginx-confgen/changes))
: 2.2 (2024-10-22 - [nginx-confgen-2.2.tar.gz](/download/nginx-confgen-2.2.tar.gz) - [changes](/nginx-confgen/changes))
Requirements
: A C compiler and a UNIX-like system. Only tested on Linux, but should also