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
There are already a few image uploader out there in the internet, however, I didn't find any uploader which is fully open source, lightweight and made for self hosting. So I created one myself and hope you can enjoy it.
79
+
There are already a few image uploader out there in the internet, however, I didn't find any uploader which is fully open source, lightweight and made for self hosting. So I created one myself and hope you enjoy it.
80
80
81
-
You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have have contributed to expanding this project!
81
+
You may also suggest changes by forking this repo and creating a [pull request](https://github.com/vallezw/Image-Uploader/compare) or opening an [issue](https://github.com/vallezw/Image-Uploader/issues/new/choose). Thanks to all the people have have contributed to expanding this project!
82
82
83
83
### Built With
84
84
@@ -90,11 +90,11 @@ Here a list of the major frameworks I used for this project.
90
90
<!-- GETTING STARTED -->
91
91
## Getting Started
92
92
93
-
There are 2 ways on how to host this project. You can either use [docker](https://www.docker.com/) or host it with [node](https://nodejs.org/en/). I would highly suggest hosting it with docker since it's more effective for your system.
93
+
There are two ways on how to host this project. You can either use [docker](https://www.docker.com/) or host it with [node](https://nodejs.org/en/). I would highly suggest hosting it with docker since it's more flexible.
94
94
95
95
### Hosting it with Docker
96
96
#### Setting it up
97
-
In order to host the project you will need to create a docker-compose file, docker-compose files are combining multiple docker images to interact with each other.
97
+
In order to host the project you will need to create a docker-compose file. These files are combining multiple docker images to interact with each other.
98
98
99
99
The file needs to be called `docker-compose.yml` paste the following code in the file.
100
100
@@ -176,7 +176,7 @@ Contributions are what make the open source community such an amazing place to b
176
176
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
177
177
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
178
178
4. Push to the Branch (`git push origin feature/AmazingFeature`)
179
-
5. Open a Pull Request
179
+
5. Open a [Pull Request](https://github.com/vallezw/Image-Uploader/compare)
180
180
181
181
<!-- LICENSE -->
182
182
## License
@@ -186,6 +186,6 @@ Distributed under the MIT License. See `LICENSE` for more information.
0 commit comments