Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
4a217dcd
Commit
4a217dcd
authored
Apr 24, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug: add config dump comments to settings page for tor/cache diagnosis
parent
93f09f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
settings.html
templates/dashboard/settings.html
+3
-0
No files found.
templates/dashboard/settings.html
View file @
4a217dcd
...
...
@@ -347,6 +347,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<h3
style=
"margin: 24px 0 16px; font-size:1em; color:#a0a0a0; border-bottom: 1px solid #0f3460; padding-bottom:8px;"
>
Response Cache Configuration
</h3>
<!-- DEBUG: {{ config.response_cache }} -->
<div
class=
"form-group"
>
<label>
<input
type=
"checkbox"
name=
"response_cache_enabled"
{%
if
config
.
response_cache
and
config
.
response_cache
.
enabled
%}
checked
{%
endif
%}
>
...
...
@@ -529,6 +531,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<input
type=
"checkbox"
name=
"tor_enabled"
id=
"tor_enabled"
{%
if
config
.
tor
and
config
.
tor
.
enabled
%}
checked
{%
endif
%}
onchange=
"toggleTorFields()"
>
Enable TOR Hidden Service
</label>
<!-- DEBUG TOR: {{ config.tor }} -->
<small
style=
"color: #666; display: block; margin-top: 5px;"
>
Expose AISBF over TOR network as a hidden service
</small>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment