version
This commit is contained in:
@@ -18,9 +18,6 @@ DATABASE_URL=sqlite:///data/db/rustpad.db?mode=rwc
|
|||||||
|
|
||||||
DATABASE_MAX_CONNECTIONS=8
|
DATABASE_MAX_CONNECTIONS=8
|
||||||
|
|
||||||
# Static assets
|
|
||||||
STATIC_DIR=static
|
|
||||||
ASSET_VERSION=0.0.1
|
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
RUST_LOG=rustpad=debug,tower_http=info
|
RUST_LOG=rustpad=debug,tower_http=info
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustpad"
|
name = "rustpad"
|
||||||
version = "0.0.1-dev"
|
version = "0.0.1-1-dev"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.94"
|
rust-version = "1.94"
|
||||||
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
|
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
|
||||||
|
|||||||
@@ -47,7 +47,6 @@
|
|||||||
<label for="workspace-name">Workspace name</label>
|
<label for="workspace-name">Workspace name</label>
|
||||||
<input id="workspace-name" maxlength="80" required autocomplete="off" placeholder="My project">
|
<input id="workspace-name" maxlength="80" required autocomplete="off" placeholder="My project">
|
||||||
<div class="field-meta"><span id="workspace-slug-preview">/w/my-project</span><span id="workspace-name-count">0/80</span></div>
|
<div class="field-meta"><span id="workspace-slug-preview">/w/my-project</span><span id="workspace-name-count">0/80</span></div>
|
||||||
<small>A short or unavailable name will receive a random suffix.</small>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<div class="label-row"><label for="workspace-password">Password</label><span>optional, min. 8 characters</span></div>
|
<div class="label-row"><label for="workspace-password">Password</label><span>optional, min. 8 characters</span></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user