{# SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0 Proxy web UI landing page. This file is part of Hydrilla&Haketilo. Copyright (C) 2022 Wojtek Kosior Dual licensed under * GNU General Public License v3.0 or later and * Creative Commons Attribution Share Alike 4.0 International. You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this file's licenses. Although I request that you do not make use of this code in a proprietary work, I am not going to enforce this in court. #} {% extends "web_ui_base.html.jinja" %} {% block title %} {{ _('web_ui.landing.title') }} {% endblock %} {% block main %}

{{ _('web_ui.landing.heading.haketilo_is_running') }}

{{ _('web_ui.landing.web_ui.landing.what_to_do_1') }}

{{ label(_('web_ui.landing.host_label')) }}

{{ listen_host }}

{{ label(_('web_ui.landing.port_label')) }}

{{ listen_port }}

{% endblock %} 15a8fc8a29e446a4febe20f36b7'>refslogtreecommitdiff
path: root/gnu/packages/java.scm
AgeCommit message (Expand)Author
2023-08-13gnu: jbr: Update description....Danny Milosavljevic
2023-08-07gnu: Add older version of jbr....Danny Milosavljevic
2023-08-05gnu: Add java-mapdb....Liliana Marie Prikler
2023-08-05gnu: Add java-httpcomponents-httpclient-osgi....Liliana Marie Prikler
2023-08-05gnu: Add java-httpcomponents-httpcore-osgi....Liliana Marie Prikler
2023-08-05gnu: Add java-httpcomponents-httpclient-cache....Liliana Marie Prikler
2023-08-05gnu: Add java-easymock-class-extension....Liliana Marie Prikler
2023-08-05gnu: Add java-easymock version 3.2....Liliana Marie Prikler
2023-07-30gnu: ant@1.10: Update to 1.10.13....Tobias Geerinckx-Rice
2023-07-26gnu: openjdk9: Fix build on aarch64....Christopher Baines
2023-07-17gnu: jbr: Use Jetbrains' configure-flags....Danny Milosavljevic
2023-07-03gnu: jbr: Make big cursors work....Danny Milosavljevic
2023-07-03gnu: Add jbr....Danny Milosavljevic
2023-06-29gnu: openjdk19: Update to 19.0.2....Ricardo Wurmus
2023-06-17gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch"....Danny Milosavljevic
2023-06-11svn-download: Do not expand keywords....Timothy Sample