[
help
] [
img
] [
forum
]
[
Catalog
] · [
Search
] [
News
]
Style
Futaba
└ Flex
Burichan
└ Flex
Sriracha
└ Flex
Help
Post thread
🟢
🟠
🔴
🗨️
💬
Name
Email
Subject
Message
CAPTCHA
Click to refresh.
File
Spoiler
Password
For post deletion.
Submit
Preview
Helpful information is available in the
visitor guide
. Currently 16 unique user posts.
Supported file types are JPG, PNG and GIF.
Maximum file size allowed is 2MB.
Images greater than 250x250 will be thumbnailed.
Supported BBCode tags are
b,
code,
i,
pre,
sjis,
spoiler,
s and
u.
Anonymous
2026/08/19
(Wed)
05:19:10
No.
103
>>110
[
Reply
]
have a delete file only option on threads/replies
Trevor Slocum
## Admin
2026/08/19
(Wed)
09:23:56
No.
104
Thanks for the suggestion. Tracking issue:
https://codeberg.org/tslocum/sriracha/issues/138
Trevor Slocum
## Admin
2026/08/20
(Thu)
11:24:12
No.
110
>>103(OP)
This feature is now supported, starting with Sriracha v2.0.6.
Anonymous
2026/08/20
(Thu)
09:14:50
No.
108
[
Reply
]
For the threads with more than 1 file attached, could it be combined as one post rather than individual posts?
Trevor Slocum
## Admin
2026/08/20
(Thu)
09:35:00
No.
109
Thanks for the suggestion. While this is possible to implement, I feel it would introduce more complexity throughout the application than it is worth. If the goal is to upload several files at once, Sriracha supports that by configuring the 'Files' option. If the goal is to be able to browse through multiple related attachments quickly and easily, Sriracha supports that by enabling the 'Gallery' option.
Anonymous
2026/08/16
(Sun)
13:40:01
No.
101
[
Reply
]
could you add the nonoko feature?
Trevor Slocum
## Admin
2026/08/16
(Sun)
23:12:28
No.
102
Thanks for the suggestion. This will be supported in Sriracha v2.0.5 when it is released.
Anonymous
2026/08/15
(Sat)
16:26:29
No.
99
[
Reply
]
hi
downloaded the latest linux amd64 build of sriracha
when i go to settings the version displayed is 1.9.10-DEV-630bbeb78e and there's a disclaimer that i'm running an unofficial version of sriracha
the latest features seem to be there, so it's whatever, but just thought i'd let you know
thanks for making this btw
Trevor Slocum
## Admin
2026/08/15
(Sat)
18:53:08
No.
100
Thanks for letting me know. I just double checked, that is the correct commit hash for the release (630bbeb78e) so I just forgot to add the correct version information.
Anonymous
2026/08/06
(Thu)
16:56:59
No.
89
>>98
[
Reply
]
is it possible to add an archive system when the thread amount per board reaches its limit?
1 post omitted. Click Reply to view.
Anonymous
2026/08/07
(Fri)
08:13:23
No.
91
>>92
>>90
- threads will be locked from any new replies being added and the posting is disabled/omitted, once a thread goes over the max threads count it will be moved to the archive.
- it would be accessed from normal board index pages.
- it won't be accessed from overboard index pages.
this would be an option in the settings like the overboard with its own directory similar to a board.
Trevor Slocum
## Admin
2026/08/07
(Fri)
08:23:48
No.
92
>>91
Thanks. I've opened a tracking issue for this suggestion:
https://codeberg.org/tslocum/sriracha/issues/131
If anyone else has any thoughts on how this feature should behave, feel free to share.
Trevor Slocum
## Admin
2026/08/13
(Thu)
11:15:06
No.
98
>>89(OP)
This feature is now supported, starting with Sriracha v2.0.0.
Could you make the email field and the password field turn off autocomplete
Anonymous
2026/08/10
(Mon)
08:54:01
No.
95
>>96
[
Reply
]
I currently have my account saved in google password manager and it keeps auto filling it.
Trevor Slocum
## Admin
2026/08/10
(Mon)
09:57:58
No.
96
>>95(OP)
Thanks for the suggestion. Auto-complete will be disabled for post form fields starting with the next release (v2.0.0).
Anonymous
2026/08/06
(Thu)
11:41:23
No.
87
[
Reply
]
have the rotating banner refresh when clicked
Trevor Slocum
## Admin
2026/08/06
(Thu)
12:14:13
No.
88
>>93
Thanks for the suggestion. This is possible by customizing the template extra_logo.gohtml, because the template appears after the banner image. Use JavaScript to add a "click" handler to the banner img element. Use Go HTML template actions to access the list of available banners. All available banners (including ones not just configured for boards) are accessible to custom pages and custom templates via
$.Opt.Banners
.
The variable
$.Opt.Banners
is a map populated by
refreshBannerCache
:
https://codeberg.org/tslocum/sriracha/src/commit/f6a246019581d55f8f7aa695a48629a77eb909ca/internal/server/server.go#L1149
The following Go HTML template code demonstrates how to access the banners which are configured to show for the current board:
Post truncated. Click Reply to view.
Anonymous
2026/08/07
(Fri)
09:06:22
No.
93
>>88
thanks
Anonymous
2026/08/05
(Wed)
16:09:33
No.
83
>>86
[
Reply
]
could you make the nameblock blue when you sage a thread?
Trevor Slocum
## Admin
2026/08/05
(Wed)
16:11:50
No.
84
Thanks for the suggestion. Tracking issue:
https://codeberg.org/tslocum/sriracha/issues/130
Trevor Slocum
## Admin
2026/08/06
(Thu)
10:39:01
No.
86
>>83(OP)
This feature is now supported, starting with Sriracha v1.9.8.
Anonymous
2026/08/04
(Tue)
13:26:22
No.
81
>>85
[
Reply
]
could you have a 12 hour format for the post date?
Trevor Slocum
## Admin
2026/08/04
(Tue)
13:31:55
No.
82
Thanks for the suggestion. I will plan on adding support for customizing the date/time format in the next release. Tracking issue:
https://codeberg.org/tslocum/sriracha/issues/129
Trevor Slocum
## Admin
2026/08/06
(Thu)
10:38:16
No.
85
>>81(OP)
This feature is now supported, starting with Sriracha v1.9.8.
Anonymous
2026/07/31
(Fri)
13:38:24
No.
66
>>80
[
Reply
]
could there be an option for the board page to auto update once a thread has been posted?
Trevor Slocum
## Admin
2026/07/31
(Fri)
14:23:15
No.
67
Thanks for the suggestion. Tracking issue:
https://codeberg.org/tslocum/sriracha/issues/124
Trevor Slocum
## Admin
2026/08/03
(Mon)
10:43:13
No.
80
>>66(OP)
This feature is supported starting with Sriracha v1.9.6. Only imageboard index pages may be auto-refreshed.
Attachment
[
0
] [1] [
2
]