mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
further changed requested by Tirokk
This commit is contained in:
parent
5b02050efc
commit
e47671c52a
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -18,14 +18,14 @@ jobs:
|
|||||||
- name: Build neo4j image
|
- name: Build neo4j image
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
repository: humanconnection/neo4j
|
repository: ocelotsocialnetwork/neo4j
|
||||||
tags: latest
|
tags: latest
|
||||||
path: neo4j/
|
path: neo4j/
|
||||||
push: false
|
push: false
|
||||||
- name: Build backend base image
|
- name: Build backend base image
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
repository: humanconnection/backend
|
repository: ocelotsocialnetwork/backend
|
||||||
tags: build-and-test
|
tags: build-and-test
|
||||||
target: build-and-test
|
target: build-and-test
|
||||||
path: backend/
|
path: backend/
|
||||||
@ -33,14 +33,14 @@ jobs:
|
|||||||
- name: Build webapp base image
|
- name: Build webapp base image
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
repository: humanconnection/webapp
|
repository: ocelotsocialnetwork/webapp
|
||||||
tags: build-and-test
|
tags: build-and-test
|
||||||
target: build-and-test
|
target: build-and-test
|
||||||
path: webapp/
|
path: webapp/
|
||||||
push: false
|
push: false
|
||||||
|
|
||||||
- name: Lint backend
|
- name: Lint backend
|
||||||
run: docker run --rm humanconnection/backend:build-and-test yarn run lint
|
run: docker run --rm ocelotsocialnetwork/backend:build-and-test yarn run lint
|
||||||
- name: Lint webapp
|
- name: Lint webapp
|
||||||
run: docker run --rm humanconnection/webapp:build-and-test yarn run lint
|
run: docker run --rm ocelotsocialnetwork/webapp:build-and-test yarn run lint
|
||||||
|
|
||||||
|
|||||||
@ -24,5 +24,5 @@ AWS_ENDPOINT=
|
|||||||
AWS_REGION=
|
AWS_REGION=
|
||||||
AWS_BUCKET=
|
AWS_BUCKET=
|
||||||
|
|
||||||
EMAIL_DEFAULT_SENDER="info@human-connection.org"
|
EMAIL_DEFAULT_SENDER="devops@ocelot.social"
|
||||||
EMAIL_SUPPORT="support@human-connection.org"
|
EMAIL_SUPPORT="devops@ocelot.social"
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
FROM node:12.19.0-alpine3.10 as base
|
FROM node:12.19.0-alpine3.10 as base
|
||||||
|
LABEL Description="Backend of the Social Network ocelot.social" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)"
|
||||||
|
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
CMD ["yarn", "run", "start"]
|
CMD ["yarn", "run", "start"]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
export default {
|
export default {
|
||||||
APPLICATION_NAME: 'ocelot.social',
|
APPLICATION_NAME: 'ocelot.social',
|
||||||
APPLICATION_SHORT_NAME: 'ocelot',
|
APPLICATION_SHORT_NAME: 'ocelot',
|
||||||
APPLICATION_DESCRIPTION: 'Ocelot Social Network',
|
APPLICATION_DESCRIPTION: 'ocelot.social Community Network',
|
||||||
ORGANIZATION_NAME: 'busFaktor() e.V.',
|
ORGANIZATION_NAME: 'ocelot.social Community',
|
||||||
ORGANIZATION_JURISDICTION: 'Augsburg',
|
ORGANIZATION_JURISDICTION: 'City of Angels',
|
||||||
}
|
}
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="background-color: #ffffff;">
|
<td style="background-color: #ffffff;">
|
||||||
<img
|
<img
|
||||||
src="https://firebasestorage.googleapis.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LcGvGRsW6DrZn7FWRzF%2F-LcGv6EiVcsjYLfQ_2YE%2F-LcGv8UtmAWc61fxGveg%2Flets_get_together.png?generation=1555078880410873&alt=media"
|
src="{{{ welcomeImageUrl }}}"
|
||||||
width="600" height="" alt="Welcome image" border="0"
|
width="600" height="" alt="Welcome image" border="0"
|
||||||
style="width: 100%; max-width: 600px; height: auto; background: #ffffff; font-family: Lato, sans-serif; font-size: 16px; line-height: 15px; color: #555555; margin: auto; display: block;"
|
style="width: 100%; max-width: 600px; height: auto; background: #ffffff; font-family: Lato, sans-serif; font-size: 16px; line-height: 15px; color: #555555; margin: auto; display: block;"
|
||||||
class="g-img">
|
class="g-img">
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# domain is the user-facing domain.
|
# domain is the user-facing domain.
|
||||||
domain: develop.human-connection.org
|
domain: develop.ocelot.social
|
||||||
# commit is the latest github commit deployed.
|
# commit is the latest github commit deployed.
|
||||||
commit: 889a7cdd24dda04a139b2b77d626e984d6db6781
|
commit: 889a7cdd24dda04a139b2b77d626e984d6db6781
|
||||||
# dbInitialization runs the database initializations in a post-install hook.
|
# dbInitialization runs the database initializations in a post-install hook.
|
||||||
@ -37,9 +37,9 @@ neo4jResourceLimitsMemory: "2G"
|
|||||||
# neo4jResourceLimitsMemory configures the memory available for requests.
|
# neo4jResourceLimitsMemory configures the memory available for requests.
|
||||||
neo4jResourceRequestsMemory: "1G"
|
neo4jResourceRequestsMemory: "1G"
|
||||||
# supportEmail is used for letsencrypt certs.
|
# supportEmail is used for letsencrypt certs.
|
||||||
supportEmail: "devcom@human-connection.org"
|
supportEmail: "devops@ocelot.social"
|
||||||
# smtpHost is the host for the mailserver.
|
# smtpHost is the host for the mailserver.
|
||||||
smtpHost: "mailserver.human-connection.org"
|
smtpHost: "mailserver.ocelot.social"
|
||||||
# smtpPort is the port to be used for the mailserver.
|
# smtpPort is the port to be used for the mailserver.
|
||||||
smtpPort: \"25\"
|
smtpPort: \"25\"
|
||||||
# jwtSecret is used to encode/decode a user's JWT for authentication
|
# jwtSecret is used to encode/decode a user's JWT for authentication
|
||||||
@ -50,4 +50,4 @@ privateKeyPassphrase: "YTdkc2Y3OHNhZGc4N2FkODdzZmFnc2FkZzc4"
|
|||||||
mapboxToken: "cGsuZXlKMUlqb2lhSFZ0WVc0dFkyOXVibVZqZEdsdmJpSXNJbUVpT2lKamFqbDBjbkJ1Ykdvd2VUVmxNM1Z3WjJsek5UTnVkM1p0SW4wLktaOEtLOWw3MG9talhiRWtrYkhHc1E="
|
mapboxToken: "cGsuZXlKMUlqb2lhSFZ0WVc0dFkyOXVibVZqZEdsdmJpSXNJbUVpT2lKamFqbDBjbkJ1Ykdvd2VUVmxNM1Z3WjJsek5UTnVkM1p0SW4wLktaOEtLOWw3MG9talhiRWtrYkhHc1E="
|
||||||
uploadsStorage: "25Gi"
|
uploadsStorage: "25Gi"
|
||||||
neo4jStorage: "5Gi"
|
neo4jStorage: "5Gi"
|
||||||
developmentMailserverDomain: nitro-mailserver.human-connection.org
|
developmentMailserverDomain: mail.ocelot.social
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
FROM neo4j:3.5.14
|
FROM neo4j:3.5.14
|
||||||
|
LABEL Description="Neo4J database of the Social Network ocelot.social with preinstalled database constraints and indices" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)"
|
||||||
|
# community edition 👆🏼, because we have no enterprise licence 👇🏼 at the moment
|
||||||
|
# FROM neo4j:3.5.14-enterprise
|
||||||
|
|
||||||
ARG BUILD_COMMIT
|
ARG BUILD_COMMIT
|
||||||
ENV BUILD_COMMIT=$BUILD_COMMIT
|
ENV BUILD_COMMIT=$BUILD_COMMIT
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
FROM node:12.19.0-alpine3.10 as base
|
FROM node:12.19.0-alpine3.10 as base
|
||||||
|
LABEL Description="Web Frontend of the Social Network ocelot.social" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)"
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["yarn", "run", "start"]
|
CMD ["yarn", "run", "start"]
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
FROM node:12.19.0-alpine3.10 as build
|
FROM node:12.19.0-alpine3.10 as build
|
||||||
|
ABEL Description="Maintenance page of the Social Network ocelot.social" Vendor="ocelot.social Community" Version="0.0.1" Maintainer="ocelot.social Community (devops@ocelot.social)"
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["yarn", "run", "start"]
|
CMD ["yarn", "run", "start"]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
export default {
|
export default {
|
||||||
APPLICATION_NAME: 'ocelot.social',
|
APPLICATION_NAME: 'ocelot.social',
|
||||||
APPLICATION_SHORT_NAME: 'ocelot',
|
APPLICATION_SHORT_NAME: 'ocelot',
|
||||||
APPLICATION_DESCRIPTION: 'Ocelot Social Network',
|
APPLICATION_DESCRIPTION: 'ocelot.social Community Network',
|
||||||
ORGANIZATION_NAME: 'buusFaktor() e.V.',
|
ORGANIZATION_NAME: 'ocelot.social Community',
|
||||||
ORGANIZATION_JURISDICTION: 'Augsburg',
|
ORGANIZATION_JURISDICTION: 'City of Angels',
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user