sylware / lnanomsgbrd (public) (License: Affero GPLv3) (since 2024-12-11) (hash sha1)
64bits minimal noscript/basic (x)html message board with its HTTP server for linux (no-libc)

/config_ipv6.example.h (8bfb368ffc1cb1aaabf2c4be55ef4591832f2742) (1045 bytes) (mode 100644) (type blob)

#ifndef LNANOMSGBRD_CONFIG_H
#define LNANOMSGBRD_CONFIG_H
/*
 * this code is protected by the GNU affero GPLv3
 * author:Sylvain BERTRAND
 */
#define LNANOMSGBRD_CONFIG_TITLE		"MyTitle"
#define LNANOMSGBRD_CONFIG_LISTENING_PORT	PPPP	/* 16 bits value for the port (below 1024, must be root, that you must be for chroot anyway */
#define LNANOMSGBRD_CONFIG_CHROOT_PATH		"/mnt/usb/storage00/http/lnanomsgbrd/damien"
/* To listen only on one ipv6 address, if not set will listen on all ipv6 addresses, we should add zone support for LANs */
/*
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_0 0xXXXX
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_1 0xXXXX
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_2 0xXXXX
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_3 0xXXXX
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_4 0xXXXX
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_5 0xXXXX
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_6 0xXXXX
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_7 0xXXXX
#define LNANOMSGBRD_CONFIG_LISTENING_IPV6_U16_8 0xXXXX
*/
#endif


Mode Type Size Ref File
100644 blob 361 ff02095b625086aa58322576800ece5d73ff50a2 ABBREVIATIONS
100644 blob 36 c3bef10311fcf424e073dbd601f8385c9579c094 COPYRIGHT_DATES
100644 blob 419 6a4e43e0b6c6c6ced1093892fc1c91234e65f618 INDEX_RECORD_FORMAT
100644 blob 34520 dbbe3558157f5861bff35dcb37b328b679b0ccfd LICENSE
100644 blob 211 229b556770e601178a826a4191012446f48e88df NORMATIVE_REFERENCES
100644 blob 393 4a7fdffa154d8c09cac70f46bddd6ddf74b0bd0d README
100644 blob 897 8c9b0a359fd5d606e7ecce24829aae94d0012018 asm_support.h
100755 blob 1738 806e7cd5528db2b548b6d379e700e63c62c2255b build_ipv4.example.sh
100755 blob 1738 0c7e96110cbe5f3ba58b1ce621b3b5588eff9810 build_ipv6.example.sh
100644 blob 90763 1bd64bdf5d1ec24d73cb0c71d3a7b4c2c7a155d1 cnx.c
100644 blob 1210 25c4111c9a1c12bf61cc3effe531a4941115d33b cnx.h
100644 blob 1104 40dd5bcd6e55b953d45fd78e8e717c5d50eb2f91 config_ipv4.example.h
100644 blob 1045 8bfb368ffc1cb1aaabf2c4be55ef4591832f2742 config_ipv6.example.h
100644 blob 1433 d4d824ed2efb7a0080c43b08ba28841eadba9c38 exit_codes.h
100644 blob 999 818566713bb571e8f728c8a9de1675b203ef6ad3 global_state.c
100644 blob 2961 62cd2331f988a9fe281e7bb18acc0cdf59dbd3ca lnanomsgbrd.S
100644 blob 233 e281d00ca5b2977d7689394d3fe5e0e47c1fe16e lnanomsgbrd.c
040000 tree - 60b5bc16e3dcd3804088b7eac1a78ac78e64440b namespace
100644 blob 11191 ca878fc99084502f54ddaec6062d4b4f352eb6c4 svr.c
040000 tree - 13c2eaa00501c13b79b251ad0af64d3aaebc855c ulinux
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/lnanomsgbrd

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/lnanomsgbrd

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/lnanomsgbrd

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main