Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions docs/sandbox/apps/wishlist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
hide:
- tags
tags:
- wishlist
- gift
- list
---

# Wishlist

## What is it?

[Wishlist](https://github.com/cmintey/wishlist) is a sharable wishlist for your friends and family

Wishlist is a self-hosted wishlist application that you can share with your friends and family. You no longer have to wonder what to get your parents for the holidays, simply check their wishlist and claim any available item. With a simple user interface, even the grandparents can get involved!

| Details | | | |
|-------------|-------------|-------------|-------------|
| [:material-home: Project home](https://github.com/cmintey/wishlist){: .header-icons } | [:octicons-link-16: Docs](https://github.com/cmintey/wishlist){: .header-icons } | [:octicons-mark-github-16: Github](https://github.com/cmintey/wishlist){: .header-icons } | [:material-docker: Docker](https://github.com/cmintey/wishlist/pkgs/container/wishlist){: .header-icons }|

This is behind Authelia by default which will require you to login twice. To disable the Authelia login see the [Inventory Guide](https://docs.saltbox.dev/saltbox/inventory/#authelia-app-bypass)

### 1. Installation

``` shell
sb install sandbox-wishlist

```

### 2. URL

- To access Wishlist, visit `https://wishlist._yourdomain.com_`

### 3. Usage

Make sure to log in after installation to configure the admin account.

The uploads and database files will be stored in `/opt/wishlist/`

See the [Wishlist GitHub](https://github.com/cmintey/wishlist) for more usage information.
1 change: 1 addition & 0 deletions docs/sandbox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ tags:
- **[watchstate](../sandbox/apps/watchstate.md)** - tag - `sandbox-watchstate`
- **[wikijs](../sandbox/apps/wikijs.md)** - tag - `sandbox-wikijs`
- **[wireguard](../sandbox/apps/wireguard.md)** - tag - `sandbox-wireguard`
- **[wishlist](../sandbox/apps/wishlist.md)** - tag - `sandbox-wishlist`
- **[wizarr](../sandbox/apps/wizarr.md)** - tag - `sandbox-wizarr`
- **[wordpress](../sandbox/apps/wordpress.md)** - tag - `sandbox-wordpress`
- **[wrapperr](../sandbox/apps/wrapperr.md)** - tag - `sandbox-wrapperr`
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ nav:
- Uptime Kuma: sandbox/apps/uptime-kuma.md
- Vaultwarden: sandbox/apps/vaultwarden.md
- Varken: sandbox/apps/varken.md
- Wishlist: sandbox/apps/wishlist.md

- Apps:
- Saltbox standard [set up in this order]:
Expand Down