Skip to content

Releases: karloscodes/formlander

v3.0.1

21 Mar 14:40

Choose a tag to compare

Formlander v3.0.1

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:3.0.1

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Others


Documentation: https://formlander.com/docs
Full Changelog: v3.0.0...v3.0.1

v3.0.0

21 Mar 13:47

Choose a tag to compare

Formlander v3.0.0

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:3.0.0

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.13...v3.0.0

v2.0.13

21 Mar 12:49

Choose a tag to compare

Formlander v2.0.13

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:2.0.13

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.12...v2.0.13

v2.0.12

13 Mar 10:18

Choose a tag to compare

Formlander v2.0.12

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:2.0.12

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.11...v2.0.12

v2.0.11

13 Mar 10:03
b3df72d

Choose a tag to compare

Formlander v2.0.11

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:2.0.11

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Bug Fixes

  • b3df72d: fix: JavaScriptSDK no longer sends empty forms always resulting in "Payload Empty" responses (#25) (@Goepfie)

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.10...v2.0.11

v2.0.10

19 Feb 09:14
a4100ee

Choose a tag to compare

Formlander v2.0.10

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:2.0.10

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.9...v2.0.10

v2.0.9

25 Jan 09:47

Choose a tag to compare

Formlander v2.0.9

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:2.0.9

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.8...v2.0.9

v2.0.8

25 Jan 09:37

Choose a tag to compare

Formlander v2.0.8

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:2.0.8

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.7...v2.0.8

v2.0.7

25 Jan 08:44

Choose a tag to compare

Formlander v2.0.7

Self-hosted form backend with SQLite storage.

One-Line Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/karloscodes/formlander/master/install.sh | sudo bash

This installs Formlander with Docker, Caddy reverse proxy, and automatic SSL certificates.

Quick Start with Docker (Manual)

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:2.0.7

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Changelog

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.6...v2.0.7

v2.0.6

21 Dec 14:00

Choose a tag to compare

Formlander v2.0.6

Self-hosted form backend with SQLite storage.

Quick Start with Docker

docker run -d \
  -p 8080:8080 \
  -e FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32) \
  -e 
  -v $(pwd)/storage:/app/storage \
  karloscodes/formlander:2.0.6

Then visit http://localhost:8080 with default credentials:

  • Email: admin@formlander.local
  • Password: formlander

Building from Source

git clone https://github.com/karloscodes/formlander.git
cd formlander
git checkout v2.0.6
make build
export FORMLANDER_SESSION_SECRET=$(openssl rand -hex 32)
./bin/formlander

Changelog

Bug Fixes

Others


Documentation: https://formlander.com/docs
Full Changelog: v2.0.5...v2.0.6