You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official docker version of [LittleLink Custom](https://github.com/JulianPrieber/littlelink-custom). This docker image is a simple to set up solution, containing everything you need to run LittleLink Custom.
38
+
The official docker version of [LinkStack](https://github.com/JulianPrieber/linkstack). This docker image is a simple to set up solution, containing everything you need to run LinkStack.
39
39
40
-
The docker version of LittleLink Custom retains all the features and customization options of the [original version](https://github.com/JulianPrieber/littlelink-custom).
40
+
The docker version of LinkStack retains all the features and customization options of the [original version](https://github.com/JulianPrieber/linkstack).
41
41
42
42
This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux distribution designed to be small, simple and secure. The web server is running [Apache2](https://www.apache.org/), a free and open-source cross-platform web server software. The docker comes with [PHP 8.0](https://www.php.net/releases/8.0/en.php) for high compatibility and performance.
43
43
@@ -46,46 +46,46 @@ This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux di
<strong>LittleLink Custom is a highly customizable link sharing platform with an intuitive, easy to use user interface.</strong>
56
+
<strong>LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface.</strong>
57
57
58
-
<palign="center">LittleLink Custom allows you to create a personal profile page. Many social media platforms only allow for one link. With this, you can have all the links you want clickable on one site. Set up your personal site on your own server in a few clicks.</p>
58
+
<palign="center">LinkStack allows you to create a personal profile page. Many social media platforms only allow for one link. With this, you can have all the links you want clickable on one site. Set up your personal site on your own server in a few clicks.</p>
59
59
</p>
60
60
61
61
<br>
62
62
63
63
<palign="center">
64
-
<strong>Learn more about LittleLink Custom, and all the features here:</strong>
64
+
<strong>Learn more about LinkStack, and all the features here:</strong>
@@ -122,12 +122,12 @@ Both HTTP and HTTPS are supported and exposed by default.
122
122
123
123
<pre>
124
124
docker run --detach \
125
-
--name littlelink-custom \
125
+
--name linkstack \
126
126
--publish 80:80 \
127
127
--publish 443:443 \
128
128
--restart unless-stopped \
129
129
--mount source=llc,target=/htdocs \
130
-
julianprieber/littlelink-custom
130
+
julianprieber/linkstack
131
131
</pre>
132
132
133
133
<br>
@@ -136,8 +136,8 @@ docker run --detach \
136
136
137
137
<pre>
138
138
docker run --detach \
139
-
--name littlelink-custom \
140
-
--hostname littlelink-custom \
139
+
--name linkstack \
140
+
--hostname linkstack \
141
141
--env HTTP_SERVER_NAME="www.example.xyz" \
142
142
--env HTTPS_SERVER_NAME="www.example.xyz" \
143
143
--env SERVER_ADMIN="admin@example.xyz" \
@@ -148,7 +148,7 @@ docker run --detach \
148
148
--publish 443:443 \
149
149
--restart unless-stopped \
150
150
--mount source=llc,target=/htdocs \
151
-
julianprieber/littlelink-custom
151
+
julianprieber/linkstack
152
152
</pre>
153
153
154
154
<br>
@@ -161,9 +161,9 @@ version: "3.8"
161
161
162
162
services:
163
163
164
-
littlelink-custom:
165
-
hostname: 'littlelink-custom'
166
-
image: 'julianprieber/littlelink-custom:latest'
164
+
linkstack:
165
+
hostname: 'linkstack'
166
+
image: 'julianprieber/linkstack:latest'
167
167
environment:
168
168
TZ: 'Europe/Berlin'
169
169
SERVER_ADMIN: 'youremail@gmail.com'
@@ -199,10 +199,10 @@ networks:
199
199
<br>
200
200
201
201
### Optional configuration:
202
-
Optionally, you can change the app name in your ".env" file in the root directory of your LittleLink Custom installation. At the moment this is set to
203
-
APP_NAME="LittleLink Custom" you can change "LittleLink Custom" to what ever you like. This setting defines the page title and welcome message.
202
+
Optionally, you can change the app name in your ".env" file in the root directory of your LinkStack installation. At the moment this is set to
203
+
APP_NAME="LinkStack" you can change "LinkStack" to what ever you like. This setting defines the page title and welcome message.
204
204
205
-
For more configuration options, refer to the [documentation](https://littlelink-custom.com/docs/d/configuration-getting-started/).
205
+
For more configuration options, refer to the [documentation](https://linkstack.com/docs/d/configuration-getting-started/).
206
206
207
207
<br>
208
208
@@ -227,14 +227,14 @@ This updater allows you to update your installation with just one click.
227
227
<aname="7"></a>
228
228
## Build
229
229
230
-
**If you wish to build or modify your own docker version of LittleLink Custom, you can do so with the instructions below:**
230
+
**If you wish to build or modify your own docker version of LinkStack, you can do so with the instructions below:**
231
231
232
-
- Download this GitHub repository as well as the latest release of LittleLink Custom from [here](https://github.com/JulianPrieber/littlelink-custom/releases/latest/download/littlelink-custom.zip).
233
-
- Place the downloaded release files directly into the littlelink-custom folder from [this repository](https://github.com/JulianPrieber/llc-docker/archive/refs/heads/main.zip).
232
+
- Download this GitHub repository as well as the latest release of LinkStack from [here](https://github.com/JulianPrieber/linkstack/releases/latest/download/linkstack.zip).
233
+
- Place the downloaded release files directly into the linkstack folder from [this repository](https://github.com/JulianPrieber/llc-docker/archive/refs/heads/main.zip).
234
234
235
235
From the docker directory, run the command:
236
236
<pre>
237
-
docker build -t littlelink-custom .
237
+
docker build -t linkstack .
238
238
</pre>You can now set up your application on your defined ports.
239
239
240
240
<br>
@@ -247,7 +247,7 @@ Persistent storage for docker containers is storage that is **not** lost when th
247
247
This is advantageous since it means that data may be saved even if the container is removed. This is especially crucial when dealing with data that must be retained throughout restarts, such as a database.
248
248
249
249
250
-
All files important to run LittleLink Custom are stored in the "htdocs" folder found in the root directory of your docker container.
250
+
All files important to run LinkStack are stored in the "htdocs" folder found in the root directory of your docker container.
251
251
252
252
We recommend mounting that entire folder to an external volume.
Copy file name to clipboardExpand all lines: SECURITY.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ The security of this application is left to the user. This application is distri
7
7
8
8
## Reporting a Vulnerability
9
9
10
-
If you believe you have found a security vulnerability in this project, please contact the developer at [`littlelink.custom@gmail.com`](mailto:littlelink.custom@gmail.com). Include as much detail as possible about the potential issue, including the version of the project you are using. Thank you for helping to keep LittleLink Custom secure!
10
+
If you believe you have found a security vulnerability in this project, please contact the developer at [`linkstackorg@gmail.com`](mailto:linkstackorg@gmail.com). Include as much detail as possible about the potential issue, including the version of the project you are using. Thank you for helping to keep LinkStack secure!
11
11
12
12
<br>
13
13
14
-
*For any questions regarding this please contact: [`littlelink.custom@gmail.com`](mailto:littlelink.custom@gmail.com)*
14
+
*For any questions regarding this please contact: [`linkstackorg@gmail.com`](mailto:linkstackorg@gmail.com)*
0 commit comments