File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ LinkPage is a FOSS self-hosted alternative to link listing websites such as Link
12
12
- Anonymized link click tracking
13
13
- Simple sqlite3 setup for getting started instantly
14
14
- Basic Auth for admin endpoints
15
+ - Social Icons
15
16
16
17
## Demo
17
18
@@ -29,13 +30,13 @@ LinkPage is a FOSS self-hosted alternative to link listing websites such as Link
29
30
2 . Decompress the archive
30
31
3 . Run the app using ` ./linkpage --init ` , this will generate an empty sqlite database and config file in your local directory.
31
32
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".
33
34
34
35
### Using Docker
35
36
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
37
38
will initialize the config file and database file for you in a
38
- docker volume called ` linkpage ` .
39
+ docker volume called ` linkpage ` .
39
40
40
41
` docker run -v linkpage:/linkpage -p 8000:8000 rhnvrm/linkpage:latest ./linkpage --init `
41
42
@@ -62,3 +63,7 @@ sqlite> (paste and run schema)
62
63
` go run main.go `
63
64
64
65
4 . Insert new entries under ` /admin ` page.
66
+
67
+ ## Websites using LinkPage
68
+
69
+ - [ links.zrd.sh] ( https://links.zrd.sh )
You can’t perform that action at this time.
0 commit comments