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

3
.gitignore vendored
View file

@ -85,6 +85,8 @@ dat/nginx-confgen/man/1_2.md
dat/nginx-confgen/man/1_2.pod dat/nginx-confgen/man/1_2.pod
dat/nginx-confgen/man/2.0.md dat/nginx-confgen/man/2.0.md
dat/nginx-confgen/man/2.0.pod dat/nginx-confgen/man/2.0.pod
dat/nginx-confgen/man/2.1.md
dat/nginx-confgen/man/2.1.pod
dat/sqlbin/manual.md dat/sqlbin/manual.md
dat/torreas/changes.log dat/torreas/changes.log
dat/torreas/changes.md dat/torreas/changes.md
@ -194,6 +196,7 @@ pub/nginx-confgen/man/1_0.html
pub/nginx-confgen/man/1_1.html pub/nginx-confgen/man/1_1.html
pub/nginx-confgen/man/1_2.html pub/nginx-confgen/man/1_2.html
pub/nginx-confgen/man/2.0.html pub/nginx-confgen/man/2.0.html
pub/nginx-confgen/man/2.1.html
pub/sqlbin.html pub/sqlbin.html
pub/sqlbin/manual.html pub/sqlbin/manual.html
pub/torreas.html pub/torreas.html

View file

@ -83,8 +83,9 @@ PAGES=\
"ncdu/man/1_1.mdoc https://g.blicky.net/ncdu.git/plain/doc/ncdu.1?h=v1.1 Ncdu 1.1 Manual"\ "ncdu/man/1_1.mdoc https://g.blicky.net/ncdu.git/plain/doc/ncdu.1?h=v1.1 Ncdu 1.1 Manual"\
"ncdu/scr.md"\ "ncdu/scr.md"\
"nginx-confgen.md"\ "nginx-confgen.md"\
"nginx-confgen/changes.log https://g.blicky.net/nginx-confgen.git/plain/ChangeLog nginx-confgen 2.2 manual"\ "nginx-confgen/changes.log https://g.blicky.net/nginx-confgen.git/plain/ChangeLog nginx-confgen Release History"\
"nginx-confgen/man.mdoc https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.1 nginx-confgen 2.1 Manual"\ "nginx-confgen/man.mdoc https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.1?h=2.2 nginx-confgen 2.2 Manual"\
"nginx-confgen/man/2.1.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=2.1 nginx-confgen 2.1 Manual"\
"nginx-confgen/man/2.0.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=2.0 nginx-confgen 2.0 Manual"\ "nginx-confgen/man/2.0.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=2.0 nginx-confgen 2.0 Manual"\
"nginx-confgen/man/1_2.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=1.2 nginx-confgen 1.2 Manual"\ "nginx-confgen/man/1_2.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=1.2 nginx-confgen 1.2 Manual"\
"nginx-confgen/man/1_1.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=1.1 nginx-confgen 1.1 Manual"\ "nginx-confgen/man/1_1.pod https://g.blicky.net/nginx-confgen.git/plain/nginx-confgen.pod?h=1.1 nginx-confgen 1.1 Manual"\

View file

@ -17,6 +17,9 @@ respective issue tracker or send a mail to
# Entries # Entries
`2024-10-10` - Hamster
: Hey there, use the App since years. Really enjoy it, many thanks!
`2024-08-17` - Young Lee `2024-08-17` - Young Lee
: hey, thanks for the nice app! : 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 --> <!-- 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> ## 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 --> `2024-09-27` - ncdu 2.6 released <!-- tags: ncdu, link: /ncdu -->
: Adds a new binary export format that better works with parallel scanning, : Adds a new binary export format that better works with parallel scanning,
offers built-in compression and supports browsing directory trees that are offers built-in compression and supports browsing directory trees that are

View file

@ -28,7 +28,8 @@ Requirements
Community Community
: - [Bug tracker](https://code.blicky.net/yorhel/ncdc/issues) - For bugs reports, feature requests and patches. : - [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 Packages and ports
: Are available for the following systems: : 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 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, running an unusual setup, such as networked storage, odd filesystems,
complex RAID configurations, etc, I'd love to hear about the performance 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 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 Binary export
: Ncdu 2.6 adds a new binary export format that better works with parallel : Ncdu 2.6 adds a new binary export format that better works with parallel
@ -26,9 +26,8 @@ Binary export
Colors Colors
: Ncdu has had color support since version 1.13. Colors were enabled by : 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 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. because the text was not legible in all terminal configurations. If you do
prefer the colors, add `--color=dark` to your [config
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 file](/ncdu/man#configuration). Maybe at some point in the future we'll
have colors that *are* readable in every setup. 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** **Common fields for all items**
type type
: Mandatory. A negative value indicates that the item that has been excluded : Mandatory. A negative value indicates that the item has been excluded from
from the size calculations for some reason, positive values are used for the size calculations for some reason, positive values are used for
different item types: different item types:
--- -- --- --
@ -359,6 +359,6 @@ Testing
the best way to verify a file is to run both: 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 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 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 export/import feature (the `-o` and `-f` options). Check the [ncdu

View file

@ -8,7 +8,7 @@ commands to generate config files.
## Example ## Example
```perl ```perl
pre_set $certdir /etc/nginx-certificates/; pre_set $certdir /etc/nginx-certificates;
# Fetch the 'resolver' from /etc/resolv.conf # Fetch the 'resolver' from /etc/resolv.conf
pre_exec $nameserver "grep nameserver /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 ## Download
Latest version <a href="/nginx-confgen/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a> 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 Requirements
: A C compiler and a UNIX-like system. Only tested on Linux, but should also : A C compiler and a UNIX-like system. Only tested on Linux, but should also

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmcXkCMACgkQYjlMaYwn
OfprdxAAjxFrgs82yX4+WWoSHBfumuHXfS9b0F8ypSYorPiyshM4TUNoyAoEBNdn
YhvuzmxPbwUtDUd0T/A5Fj2RVeM756ELuSwjZ0s8w4PTUfGsgrUf1whhlo94Zou9
Q9/Cv4TEeRYQmD3RQEXOV2AylppCJqpGGEhXBSayZe3x8+Clhzguct8xfnokNejw
GM8jVm9SE7LXUVtbe7/wzBjCoRIls+//VoKUK8CK2TZSVYln1s2cOyARBCYPCfAh
Gl2uqIQDvXJygxprBqxasI7Ufl+1gsDDJFjgplkWLaljWKEyNrOlR3U0bTIDSWWn
ZMGWdyof7RHGhRYJqkVp5AUay4hDp936ipVzvMhy358mkle9+Q9ifIF8DxfsvJpY
NNK/sbA61W/AkLhkCxlYWeTpzw+LVh+/Aw4bMkYg+9BwImWGCTvOt08b6W9JHHig
6jP5e472qXFpLLqqydGr2XDcegkIQuiAr3oaFF1xW1FhZS5DT3PQqBuoDQdGs1WU
qi4Keqmtr/MZlqforenYP4JphYXfXShCFl9KGUX2ICcT5JD6d3ORBCzRlD77/yBD
0nfcU30jLULhP+zYdRJ6FfE1aWRT7vhZBAzVg9HymebR6ThPaltYPR7IEWuAJdBt
BCqbpLKSTo4EyMwpRNrNTuGHR0k8LYe+ruzod9/hNzyXby3WchQ=
=XKpB
-----END PGP SIGNATURE-----

View file

@ -0,0 +1 @@
0c77368889ff0e2d2933fd0e5cc80432 nginx-confgen-2.2.tar.gz

View file

@ -0,0 +1 @@
4cf8688d9816fc0cf54fbd0a42f206a90f28c5e2 nginx-confgen-2.2.tar.gz

View file

@ -0,0 +1 @@
3ae5d17d1c0eb222a796faaf9dae4a729213ea01cd9ec3f8cd533245ebacb95c nginx-confgen-2.2.tar.gz

View file

@ -1,7 +1,7 @@
* { margin: 0; padding: 0; box-sizing: border-box; font: 13px 'Georgia', 'Verdana',serif; color: #222; line-height: 1.5em } * { margin: 0; padding: 0; box-sizing: border-box; font: 13px 'Georgia', 'Verdana',serif; color: #222; line-height: 1.5em }
header li a, h1, h2, h3, h4, h5 { font-family: sans-serif } header li a, h1, h2, h3, h4, h5 { font-family: sans-serif }
html, body { background: #ccc; text-align: center; height: 100% } html, body { background: #ccc; text-align: center; height: 100%; }
#body { text-align: left; width: 802px; margin: 0 auto; background: #fff; border-left: 1px solid #aaa; border-right: 1px solid #aaa; min-height: 100%; display: flex; flex-flow: row wrap; align-items: flex-start } #body { text-align: left; width: 802px; margin: 0 auto; background: #fff; border-left: 1px solid #aaa; border-right: 1px solid #aaa; min-height: 100%; display: flex; flex-flow: row wrap; align-items: flex-start }
main, header { margin-top: 30px } main, header { margin-top: 30px }
header { flex: initial; width: 131px; border-right: 1px dashed #aaa; padding: 20px 10px; background: #fff } header { flex: initial; width: 131px; border-right: 1px dashed #aaa; padding: 20px 10px; background: #fff }
@ -11,7 +11,7 @@ footer { flex: initial; width: 100%; margin: 0; border-top: 1px dashed #aaa; hei
#menu, #body > label { display: none } #menu, #body > label { display: none }
footer p { position: relative; top: -10px; padding: 0; background: #fff; display: inline; color: #aaa } footer p { position: relative; top: -10px; padding: 0; background: #fff; display: inline; color: #aaa }
header li a { font-size: 14px } header li a, header li em { font-size: 14px }
header h1 { font-weight: bold; text-align: center; font-size: 15px; margin-bottom: 20px } header h1 { font-weight: bold; text-align: center; font-size: 15px; margin-bottom: 20px }
header li { margin: 0 0 15px 10px; list-style-type: none } header li { margin: 0 0 15px 10px; list-style-type: none }
header li a { text-decoration: none; display: block; width: 100%; border-bottom: 1px solid #fff } header li a { text-decoration: none; display: block; width: 100%; border-bottom: 1px solid #fff }

View file

@ -64,14 +64,19 @@
<h1>~ Ncdu ~</h1> <h1>~ Ncdu ~</h1>
<ul> <ul>
<li><a href="/ncdu" class="item2-ncdu">Info</a></li> <li><a href="/ncdu" class="item2-ncdu">Info</a></li>
<li><a href="/ncdu/man" class="item2-ncdu-man">Docs</a> <li><em>Docs</em>
<ul> <ul>
<li><a href="/ncdu/man" class="item2-ncdu-man">Manual</a>
<li><a href="/ncdu/jsonfmt" class="item2-ncdu-jsonfmt">JSON Format</a></li> <li><a href="/ncdu/jsonfmt" class="item2-ncdu-jsonfmt">JSON Format</a></li>
<li><a href="/ncdu/binfmt" class="item2-ncdu-binfmt">Bin Format</a></li> <li><a href="/ncdu/binfmt" class="item2-ncdu-binfmt">Bin Format</a></li>
</ul> </ul>
</li> </li>
<li><a href="/ncdu/changes2" class="item2-ncdu-changes2">Changes (2.x)</a></li> <li><em>Changes</em>
<li><a href="/ncdu/changes" class="item2-ncdu-changes">Changes (1.x)</a></li> <ul>
<li><a href="/ncdu/changes" class="item2-ncdu-changes">Version 1</a></li>
<li><a href="/ncdu/changes2" class="item2-ncdu-changes2">Version 2</a></li>
</ul>
</li>
<li><a href="/ncdu/scr" class="item2-ncdu-scr">Screenshots</a></li> <li><a href="/ncdu/scr" class="item2-ncdu-scr">Screenshots</a></li>
<li><a href="https://code.blicky.net/yorhel/ncdu/issues" class="external">Issues </a></li> <li><a href="https://code.blicky.net/yorhel/ncdu/issues" class="external">Issues </a></li>
<li><a href="/" class="small back">Projects home </a></li> <li><a href="/" class="small back">Projects home </a></li>
@ -91,7 +96,7 @@
<h1>~ Tuwf ~</h1> <h1>~ Tuwf ~</h1>
<ul> <ul>
<li><a href="/tuwf" class="item2-tuwf">Info</a></li> <li><a href="/tuwf" class="item2-tuwf">Info</a></li>
<li><a href="/tuwf/man" class="item2-tuwf-man">Manual</a> <li><em>Manual</em>
<ul> <ul>
<li><a href="/tuwf/man" class="item3-tuwf-man">Main</a></li> <li><a href="/tuwf/man" class="item3-tuwf-man">Main</a></li>
<li><a href="/tuwf/man/db" class="item3-tuwf-man-db">::DB</a></li> <li><a href="/tuwf/man/db" class="item3-tuwf-man-db">::DB</a></li>