Merge branch 'master' of https://github.com/toptal/haste-server
This commit is contained in:
commit
8b70af7d2c
3 changed files with 14 additions and 4 deletions
2
.github/workflows/close-inactive.yaml
vendored
2
.github/workflows/close-inactive.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v6
|
||||||
with:
|
with:
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:14.8.0-stretch
|
FROM node:16-stretch
|
||||||
|
|
||||||
RUN mkdir -p /usr/src/app && \
|
RUN mkdir -p /usr/src/app && \
|
||||||
chown node:node /usr/src/app
|
chown node:node /usr/src/app
|
||||||
|
@ -11,9 +11,9 @@ COPY --chown=node:node . .
|
||||||
|
|
||||||
RUN npm install && \
|
RUN npm install && \
|
||||||
npm install redis@0.8.1 && \
|
npm install redis@0.8.1 && \
|
||||||
npm install pg@4.1.1 && \
|
npm install pg@4.5.7 && \
|
||||||
npm install memcached@2.2.2 && \
|
npm install memcached@2.2.2 && \
|
||||||
npm install aws-sdk@2.738.0 && \
|
npm install aws-sdk@2.814.0 && \
|
||||||
npm install rethinkdbdash@2.3.31
|
npm install rethinkdbdash@2.3.31
|
||||||
|
|
||||||
ENV STORAGE_TYPE=memcached \
|
ENV STORAGE_TYPE=memcached \
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,3 +1,13 @@
|
||||||
|
# Important announcement:
|
||||||
|
|
||||||
|
## [Soon a new version of Hastebin will be launched!](https://github.com/toptal/haste-server/issues/429)
|
||||||
|
|
||||||
|
[Check here what you need to know.](https://github.com/toptal/haste-server/issues/429)
|
||||||
|
|
||||||
|
.
|
||||||
|
.
|
||||||
|
.
|
||||||
|
|
||||||
# Haste
|
# Haste
|
||||||
|
|
||||||
Haste is an open-source pastebin software written in node.js, which is easily
|
Haste is an open-source pastebin software written in node.js, which is easily
|
||||||
|
|
Loading…
Reference in a new issue