further changed requested by Tirokk

This commit is contained in:
Moriz Wahl 2020-11-24 19:10:46 +01:00
parent 5b02050efc
commit e47671c52a
10 changed files with 24 additions and 18 deletions

View File

@ -18,14 +18,14 @@ jobs:
- name: Build neo4j image
uses: docker/build-push-action@v1.1.0
with:
repository: humanconnection/neo4j
repository: ocelotsocialnetwork/neo4j
tags: latest
path: neo4j/
push: false
- name: Build backend base image
uses: docker/build-push-action@v1.1.0
with:
repository: humanconnection/backend
repository: ocelotsocialnetwork/backend
tags: build-and-test
target: build-and-test
path: backend/
@ -33,14 +33,14 @@ jobs:
- name: Build webapp base image
uses: docker/build-push-action@v1.1.0
with:
repository: humanconnection/webapp
repository: ocelotsocialnetwork/webapp
tags: build-and-test
target: build-and-test
path: webapp/
push: false
- 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
run: docker run --rm humanconnection/webapp:build-and-test yarn run lint
run: docker run --rm ocelotsocialnetwork/webapp:build-and-test yarn run lint

View File

@ -24,5 +24,5 @@ AWS_ENDPOINT=
AWS_REGION=
AWS_BUCKET=
EMAIL_DEFAULT_SENDER="info@human-connection.org"
EMAIL_SUPPORT="support@human-connection.org"
EMAIL_DEFAULT_SENDER="devops@ocelot.social"
EMAIL_SUPPORT="devops@ocelot.social"

View File

@ -1,4 +1,5 @@
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
CMD ["yarn", "run", "start"]

View File

@ -1,7 +1,7 @@
export default {
APPLICATION_NAME: 'ocelot.social',
APPLICATION_SHORT_NAME: 'ocelot',
APPLICATION_DESCRIPTION: 'Ocelot Social Network',
ORGANIZATION_NAME: 'busFaktor() e.V.',
ORGANIZATION_JURISDICTION: 'Augsburg',
APPLICATION_DESCRIPTION: 'ocelot.social Community Network',
ORGANIZATION_NAME: 'ocelot.social Community',
ORGANIZATION_JURISDICTION: 'City of Angels',
}

View File

@ -104,7 +104,7 @@
<tr>
<td style="background-color: #ffffff;">
<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"
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">

View File

@ -1,5 +1,5 @@
# domain is the user-facing domain.
domain: develop.human-connection.org
domain: develop.ocelot.social
# commit is the latest github commit deployed.
commit: 889a7cdd24dda04a139b2b77d626e984d6db6781
# dbInitialization runs the database initializations in a post-install hook.
@ -37,9 +37,9 @@ neo4jResourceLimitsMemory: "2G"
# neo4jResourceLimitsMemory configures the memory available for requests.
neo4jResourceRequestsMemory: "1G"
# supportEmail is used for letsencrypt certs.
supportEmail: "devcom@human-connection.org"
supportEmail: "devops@ocelot.social"
# 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: \"25\"
# jwtSecret is used to encode/decode a user's JWT for authentication
@ -50,4 +50,4 @@ privateKeyPassphrase: "YTdkc2Y3OHNhZGc4N2FkODdzZmFnc2FkZzc4"
mapboxToken: "cGsuZXlKMUlqb2lhSFZ0WVc0dFkyOXVibVZqZEdsdmJpSXNJbUVpT2lKamFqbDBjbkJ1Ykdvd2VUVmxNM1Z3WjJsek5UTnVkM1p0SW4wLktaOEtLOWw3MG9talhiRWtrYkhHc1E="
uploadsStorage: "25Gi"
neo4jStorage: "5Gi"
developmentMailserverDomain: nitro-mailserver.human-connection.org
developmentMailserverDomain: mail.ocelot.social

View File

@ -1,4 +1,7 @@
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
ENV BUILD_COMMIT=$BUILD_COMMIT

View File

@ -1,4 +1,5 @@
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
CMD ["yarn", "run", "start"]

View File

@ -1,4 +1,5 @@
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
CMD ["yarn", "run", "start"]

View File

@ -1,7 +1,7 @@
export default {
APPLICATION_NAME: 'ocelot.social',
APPLICATION_SHORT_NAME: 'ocelot',
APPLICATION_DESCRIPTION: 'Ocelot Social Network',
ORGANIZATION_NAME: 'buusFaktor() e.V.',
ORGANIZATION_JURISDICTION: 'Augsburg',
APPLICATION_DESCRIPTION: 'ocelot.social Community Network',
ORGANIZATION_NAME: 'ocelot.social Community',
ORGANIZATION_JURISDICTION: 'City of Angels',
}