{"id":18991397,"url":"https://github.com/aziascreations/simple-chan","last_synced_at":"2026-04-14T11:30:18.972Z","repository":{"id":100760427,"uuid":"276435565","full_name":"aziascreations/Simple-Chan","owner":"aziascreations","description":"A very basic textboard made for fun and to tinker with that only uses the standard JRE libraries and logback.","archived":false,"fork":false,"pushed_at":"2021-07-18T14:56:10.000Z","size":242,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T14:45:17.730Z","etag":null,"topics":["imageboard","imageboard-engine","textboard"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aziascreations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T17:00:12.000Z","updated_at":"2022-07-12T12:42:12.000Z","dependencies_parsed_at":"2023-06-09T16:15:14.534Z","dependency_job_id":null,"html_url":"https://github.com/aziascreations/Simple-Chan","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziascreations%2FSimple-Chan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziascreations%2FSimple-Chan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziascreations%2FSimple-Chan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziascreations%2FSimple-Chan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aziascreations","download_url":"https://codeload.github.com/aziascreations/Simple-Chan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240002435,"owners_count":19732195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["imageboard","imageboard-engine","textboard"],"created_at":"2024-11-08T17:13:43.535Z","updated_at":"2026-04-14T11:30:18.880Z","avatar_url":"https://github.com/aziascreations.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Chan\nA very barebone textboard made using the standard JRE libraries for everything except the logging which is being removed.\n\n## Why\nThe goal of this project was to make the simplest \"functional\" and extensible imageboard I could possibly do without\ngetting lost in complex libraries.\n\n## Features \u003csub\u003e\u003csup\u003e\u003csub\u003eor lack thereof\u003c/sub\u003e\u003c/sup\u003e\u003c/sub\u003e\n\n### Present\n\u0026nbsp;\u0026nbsp;● Multiple boards per instance\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;● No storage usage (Everything stays in memory)\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;● Basic launch arguments for the port and boards\n\n### Missing\nHere is a list of the missing features compared to more mainstream textboard solutions:\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;● Images\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;● Rate-limiting\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;● Captchas\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;● Auto thread pruning\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;● Admin controls\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;● Security measures (None are really implemented here)\n\nAll these features haven't been implemented in order to keep the project as simple as possible.\n\n## Running\n```java -jar simple-chan-1.1.0.jar [--board=\u003cboard_id;board_name\u003e] [--help] [--port=\u003cport\u003e]```\n\nYou can choose a specific port with the `--port=\u003cport\u003e` argument.\n\nYou can define custom baord with the `--board=\u003cboard_id;board_name\u003e` argument.\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;\u003ci\u003eExample: `--board=b;Random` or `\"--board=g;Nerds' Den\"`\u003c/i\u003e\n\nIf no arguments are given, the application will use the default values given in the help text.\n\n## Building\nIn order to build the project, you can simply run the `customFatJar` gradle task and check the [/build/libs](build/libs)\nfolder for the compiled jar file.\n\n## API (Will be rewritten for v2.0 as I document the code)\n\nGET - Using ???\u003cbr\u003e\nPOST - Using form fields\u003cbr\u003e\nResponses - May return some JSON if the error is related to the API and not the URL.\n\n### GET\n**URL**: /{board-id}/thread\n\n### POST\n#### Thread\n**URL**: /{board-id}/thread\u003cbr\u003e\n**Handler**: [WebBoardHandler]()\n\n##### Fields:\n\u003cblockquote\u003e\n\n**message**:\u003cbr\u003e\nSpecifies the post's message\n\n**author**: *Optional*\u003cbr\u003e\nSpecifies the author's name\n\n**title**: *Optional*\u003cbr\u003e\nSpecifies the post's title\n\n##### Response:\n\n\u003ctable\u003e\n\u003ctr\u003e\u003ctd\u003eField\u003c/td\u003e\u003ctd\u003eType\u003c/td\u003e\u003ctd\u003eMeaning\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eerror\u003c/td\u003e\u003ctd\u003eString\u003c/td\u003e\n\u003ctd\u003ePresent if an error occurred and gives details about it.\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003ethreadId\u003c/td\u003e\u003ctd\u003eLong\u003c/td\u003e\n\u003ctd\u003eThe newly made thread's ID.\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/blockquote\u003e\n\n\n\n#### Post\n\n\u003cblockquote\u003e\n\n**URL**: /{board-id}/post\u003cbr\u003e\n**Handler**: [WebBoardHandler]()\n\n##### Fields:\n\u003cblockquote\u003e\n\n**thread**:\u003cbr\u003e\nSpecifies in which thread the post should be posted\n\n**message**:\u003cbr\u003e\nSpecifies the post's message\n\n**author**: *Optional*\u003cbr\u003e\nSpecifies the author's name\n\n\u003c/blockquote\u003e\n\n##### Response:\n\n\u003ctable\u003e\n\u003ctr\u003e\u003ctd\u003eField\u003c/td\u003e\u003ctd\u003eType\u003c/td\u003e\u003ctd\u003eMeaning\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eerror\u003c/td\u003e\u003ctd\u003eString\u003c/td\u003e\n\u003ctd\u003ePresent if an error occurred and gives details about it.\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003epostId\u003c/td\u003e\u003ctd\u003eLong\u003c/td\u003e\n\u003ctd\u003eThe new post's ID.\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003ethreadId\u003c/td\u003e\u003ctd\u003eLong\u003c/td\u003e\n\u003ctd\u003eThe thread's ID in which the post was made.\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/blockquote\u003e\n\n## Configuring\n\nTODO: Classpath overloading for config files...\n\n## License\n\nThis project, as well as all the libraries that are used, are licensed under the [Apache V2](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziascreations%2Fsimple-chan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faziascreations%2Fsimple-chan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziascreations%2Fsimple-chan/lists"}