Skip to content

Commit 2de2b96

Browse files
committedMay 25, 2021
chore: Update README
1 parent 127246d commit 2de2b96

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ LinkPage is a FOSS self-hosted alternative to link listing websites such as Link
1212
- Anonymized link click tracking
1313
- Simple sqlite3 setup for getting started instantly
1414
- Basic Auth for admin endpoints
15+
- Social Icons
1516

1617
## Demo
1718

@@ -29,13 +30,13 @@ LinkPage is a FOSS self-hosted alternative to link listing websites such as Link
2930
2. Decompress the archive
3031
3. Run the app using `./linkpage --init`, this will generate an empty sqlite database and config file in your local directory.
3132
4. Now you can run the app using `./linkpage`, goto the `/admin` page to add new entries.
32-
5. Default login for admin page is "username" and "password".
33+
5. Default login for admin page is "username" and "password".
3334

3435
### Using Docker
3536

36-
You can also use docker to run linkpage. Running the following command in
37+
You can also use docker to run linkpage. Running the following command in
3738
will initialize the config file and database file for you in a
38-
docker volume called `linkpage`.
39+
docker volume called `linkpage`.
3940

4041
`docker run -v linkpage:/linkpage -p 8000:8000 rhnvrm/linkpage:latest ./linkpage --init`
4142

@@ -62,3 +63,7 @@ sqlite> (paste and run schema)
6263
`go run main.go`
6364

6465
4. Insert new entries under `/admin` page.
66+
67+
## Websites using LinkPage
68+
69+
- [links.zrd.sh](https://links.zrd.sh)

0 commit comments

Comments
 (0)
Please sign in to comment.