Caprover logo
Caprover one-click apps browser
LinkAce (v2) logo
LinkAce (v2)
LinkAce is a self-hosted tool for effortlessly archiving, organizing, and sharing your favorite web links.
Created - Last update

LinkAce is a self-hosted tool for effortlessly archiving, organizing, and sharing your favorite web links. With a clean interface, you can save articles, bookmark tools, and preserve important content long-term. Easily categorize and retrieve your links, or share your collection with others.

Deployed services
linkace
custom
  • linkace-data:/app
80
always
22
linkace-db
mariadb:11.4.4
  • linkace-db:/var/lib/mysql
always
4
linkace-redis
bitnami/redis:$$cap_linkace_redis_version
    unless-stopped
    1
    Variables

    LinkAce Version

    Default: v2.1.0

    $$cap_sw_version
    Check out their Docker Hub page for the valid tags https://hub.docker.com/r/linkace/linkace/tags. Use only v2.x tags.

    Database User

    Default: linkace

    $$cap_linkace_db_user
    Database user for LinkAce

    Database Password

    Default: $$cap_gen_random_hex(32)

    $$cap_linkace_db_pass
    Database password for LinkAce

    Database Name

    Default: linkace

    $$cap_linkace_db_name
    Database name for LinkAce

    Redis Version

    Default: 7.2

    $$cap_linkace_redis_version
    Check out their Docker Hub page for the valid tags https://hub.docker.com/_/redis/tags

    Redis Password

    Default: $$cap_gen_random_hex(32)

    $$cap_linkace_redis_pass
    Redis password for LinkAce

    Mail Host

    Default: smtp.example.com

    $$cap_linkace_mail_host
    SMTP server hostname

    Mail Port

    Default: 465

    $$cap_linkace_mail_port
    SMTP server port

    Mail Username

    Default: null

    $$cap_linkace_mail_username
    SMTP server username

    Mail Password

    Default: null

    $$cap_linkace_mail_password
    SMTP server password

    Mail Encryption

    Default: ssl

    $$cap_linkace_mail_encryption
    SMTP server encryption

    Mail From Address

    Default: null

    $$cap_linkace_mail_from_address
    Email address to send emails from

    Mail From Name

    Default: null

    $$cap_linkace_mail_from_name
    Name to send emails from
    © 2025, Built with Gatsby - Source code available on GitHub