sendword 0.8.7

Simple HTTP webhook to command runner sidecar. Frontend for managing hooks, JSON state for config portability, SQLite for execution history and logs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{% extends "base_auth.html" %}

{% block title %}sendword — 404{% endblock %}

{% block content %}
<div class="wf-empty">
  <div class="wf-empty-title">PAGE NOT FOUND</div>
  <div class="wf-empty-msg">The page you're looking for doesn't exist.</div>
  <a class="wf-btn sm" href="/">BACK TO DASHBOARD</a>
</div>
{% endblock %}