- (main) Satoshi Fukutomi [email protected]
- sbwhitecap
- (apollo) replaceable anonymous.
- (2ch interface) kkka
- (thumbnail patch) A shinGETsu user.
- (imghdr patch) A shinGETsu user.
- (js extensions) shinGETsu users.
- (markdown extension) WhiteCat6142
- (Pipfile, Dockefile, GitHub Actions) takano32
- (run_cgi) Python Software Foundation.
- (jQuery) The jQuery Foundation.
- (Twitter Bootstrap) Twitter.
- (jQuery Lazy) Daniel 'Eisbehr' Kern
- (Spoiler Alert) Joshua Hull, Jared Volpe, Dwayne Charrington
- (marked) Christopher Jeffrey
Saku stands for "Shingetsu Another Keen Utility". Both the word "saku" and "shingetsu" mean the new moon in Japanese.
Agree following terms and join shinGETsu network.
- Descrive your license in your articles. Or they are open, public and/or free: anyone can use, modify and/or distribute them.
- Do not use the network for illegality.
- Do not use the network at the cost of othor peolpe.
- Saku is a P2P anonymous BBS works on Python.
- We confirm that Saku works on CPython 3.11 on GNU/Linux. Saku may not work on MacOS(ver.9 or before).
- The features of shinGETsu are...
- 2ch.net style interface
- Wiki style hyperlink
- IRC style cache
- Uploader
- Python (ver.3.9 or later)
- pipenv if you install packages with pipenv
- Jinja2 (ver.3.1 or later)
- PIL or Pillow (Python Imaging Libraty) if you need
- Supervisor if you need
- Install Python3.9 or lator.
- Open port 8000/tcp.
- Install libraries.
-
When use pipenv
pip install pipenv pipenv install
-
When use Debian packages (pil is not required, to generate thumbnails)
apt install python3-jinja2 python3-pil
-
When use Docker, do nothing.
-
- When install saku to system
-
When install to /usr/local
make install
-
when install to other place
make install PREFIX=/path/to/insall/dir
-
- Set up config files when install saku to system.
- Sample files are in /usr/local/share/doc/saku/sample.
- saku.ini are loaded from following paths and the later settings have a priority.
- /usr/local/etc/saku/saku.ini
- /etc/saku/saku.ini
- ~/.saku/saku.ini
- Other config file paths are in saku.ini.
- Create
shingetsu
user for auto start. - Allow write access for cache, log and run directories in saku.ini.
- When use SysV Init, copy saku.init to /etc/init.d/saku.
- When use Systemd, copy saku.service.sample to /etc/systemd/system/saku.service and run
systemctl daemon-reload
. - When use Supervisor, copy supervisor.sample to /etc/supervisor/conf.d/saku.conf and run
systemctl reload supervisor
.
- Start saku
-
When use pipenv
pipenv run python3 saku.py -v
-
When use Docker
docker compose up
-
When install to system and need to run it directly
/usr/local/bin/saku -v
-
When use Sysv Init
/etc/init.d/saku start
-
When use Supervisor or any auto start, it starts automatically.
-
- Open http://localhost:8000/
- The design is made referring to Vojta and Winny.
- I learned how to handle file name from YukiWiki written by Hiroshi Yuki.
- Module apollo.py is was made referring to apollo.c written by replaceable anonymous.
- Popup JavaScript was made referring to Kindan-no Tubo by Zero corp.
- XLST was made reffring to Landscape.