-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1045 from shlinkio/develop
Release 4.0.0
- Loading branch information
Showing
460 changed files
with
7,868 additions
and
27,959 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
title: 'Q&A' | ||
body: | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: shlink-web-client version | ||
placeholder: x.y.z | ||
- type: dropdown | ||
validations: | ||
required: true | ||
attributes: | ||
label: How do you use shlink-web-client | ||
options: | ||
- https://app.shlink.io | ||
- Docker image | ||
- Self-hosted | ||
- Other (explain in summary) | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Summary | ||
value: '<!-- Describe your issue, question or request here. -->' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github: ['acelaya'] | ||
custom: ['https://acel.me/donate'] | ||
custom: ['https://slnk.to/donate'] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: 'Bug' | ||
description: Something on shlink is broken or not working as documented? | ||
labels: ['bug'] | ||
body: | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: shlink-web-client version | ||
placeholder: x.y.z | ||
- type: dropdown | ||
validations: | ||
required: true | ||
attributes: | ||
label: How do you use shlink-web-client | ||
options: | ||
- https://app.shlink.io | ||
- Docker image | ||
- Self-hosted | ||
- Other (explain in summary) | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Current behavior | ||
value: '<!-- How is it actually behaving (and it should not)? -->' | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Expected behavior | ||
value: '<!-- How did you expect it to behave? -->' | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: How to reproduce | ||
value: '<!-- Provide steps to reproduce the bug. -->' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Feature request | ||
description: Do you find shlink-web-client is missing some important feature that would make it more useful? | ||
labels: ['feature'] | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Summary | ||
value: '<!-- Describe the new feature you would like to request. -->' | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Use case | ||
value: '<!-- Explain why do you think this feature would be useful, and what problems would it help to solve. -->' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Question - Support | ||
about: Do you need help setting up or using shlink-web-client? | ||
url: https://github.com/shlinkio/shlink-web-client/discussions/new?category=q-a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: '/' | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: '09:00' | ||
timezone: 'Europe/Madrid' | ||
open-pull-requests-limit: 10 | ||
groups: | ||
fontawesome: | ||
patterns: | ||
- '@fortawesome/*' | ||
shlink: | ||
patterns: | ||
- '@shlinkio/*' | ||
types: | ||
patterns: | ||
- '@types/*' | ||
testing: | ||
patterns: | ||
- '@testing-library/*' | ||
vite: | ||
patterns: | ||
- 'vite' | ||
- '@vitejs/*' | ||
vitest: | ||
patterns: | ||
- 'vitest' | ||
- '@vitest/*' | ||
ignore: | ||
# Bootstrap can introduce visual breaking changes on styles | ||
# Ignore it, since the plan is to remove it anyway | ||
- dependency-name: 'bootstrap' | ||
- package-ecosystem: docker | ||
directory: '/' | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: '09:00' | ||
timezone: 'Europe/Madrid' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
FROM node:20.2-alpine as node | ||
FROM node:21.6-alpine as node | ||
COPY . /shlink-web-client | ||
ARG VERSION="latest" | ||
ENV VERSION ${VERSION} | ||
RUN cd /shlink-web-client && npm ci --force && npm run build | ||
RUN cd /shlink-web-client && npm ci && npm run build | ||
|
||
FROM nginx:1.23-alpine | ||
FROM nginxinc/nginx-unprivileged:1.25-alpine | ||
ARG UID=101 | ||
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>" | ||
USER root | ||
RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf | ||
USER $UID | ||
COPY config/docker/nginx.conf /etc/nginx/conf.d/default.conf | ||
COPY scripts/docker/servers_from_env.sh /docker-entrypoint.d/30-shlink-servers-json.sh | ||
COPY --from=node /shlink-web-client/build /usr/share/nginx/html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.