Skip to content

mdockal/Hikkaba

 
 

Repository files navigation

Hikkaba [pre-alpha]

Hikkaba is an imageboard written in ASP.NET Core and Entity Framework with minimal JavaScript usage.

Features

  • Multiple files per post
    • Audio
    • Video
    • Pictures
    • Documents
  • Thumbnail generation (ImageSharp is still in early stages so it contains some bugs)
  • BBCode markup support (modified CodeKicker.BBCode-Mod by http//codekicker.de and Paul O'Neill)
    • b, i, u, s, pre, sub, sup, spoiler, quote BBCodes are availiable
    • postId - a link to the post in the current thread

  • SAGE support
  • URI detection
    • http://, https://, ftp:// links autodetection
  • Captcha (DNTCaptcha.Core)
  • Server-side paging (using Sakura.AspNetCore.PagedList)
  • Thread-local user hashes (can be enabled for each thread separately)
  • Search
  • Display a datetime in the current user timezone (using Moment.js)
  • Support for multiple file storage engines (using 20|20 Storage)
    • Local File System Storage (enabled by default)
    • Azure Blob Storage
    • Amazon S3
    • Google Cloud Storage
  • Administration panel
  • Сategory specific moderators [in progress]
  • Moderation functions [in progress]
  • Ban system - by IP or IP range [in progress]
  • Custom file size limit
  • Custom post size limit
  • Custom attachment count limit
  • Identity lockout
  • Custom maximum number of threads per category
  • Archive old threads
  • Media gallery
  • API
  • Embedding of youtube, vimeo, coub, twitter, instagram objects
  • Detection of attachment duplicates per thread
  • Image compression
  • Custom primary key type (guid/long/int/etc) [in progress]
  • Docker

Screenshots

Home page

Home page


Reply form

Reply form


Thread

Thread


Search

Search

About

ASP.NET Core imageboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.9%
  • HTML 17.7%
  • Other 2.4%