Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
cd2a3c94
Verified
Commit
cd2a3c94
authored
4 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
[Etherpad] Make main instance writable again
parent
e20ea67e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pica-etherpad/docker-compose.yml
+0
-1
0 additions, 1 deletion
pica-etherpad/docker-compose.yml
pica-etherpad/landing-page/index.full.html
+4
-11
4 additions, 11 deletions
pica-etherpad/landing-page/index.full.html
with
4 additions
and
12 deletions
pica-etherpad/docker-compose.yml
+
0
−
1
View file @
cd2a3c94
...
...
@@ -31,7 +31,6 @@ services:
traefik.port
:
8080
environment
:
DB_HOST
:
"
etherpad-db"
EDIT_ONLY
:
"
true"
LOGLEVEL
:
"
INFO"
MINIFY
:
"
true"
PORT
:
8080
...
...
This diff is collapsed.
Click to expand it.
pica-etherpad/landing-page/index.full.html
+
4
−
11
View file @
cd2a3c94
...
...
@@ -36,18 +36,11 @@
<div
class=
"row py-3"
style=
"background-color: #33333333; border-radius: .3rem"
>
<div
class=
"col-12"
>
<b>
COVID-19:
</b>
En raison d'une forte augmentation de la charge sur pad.picasoft.net,
nous avons déployé une deuxième instance sur
<a
href=
"https://week.pad.picasoft.net/"
>
week.pad.picasoft.net
</a>
.
En raison d'une forte augmentation de la charge sur pad.picasoft.net,
nous avons déployé une deuxième instance sur week.pad.picasoft.net
</a>
.
Les pads sur cette nouvelle instance sont supprimés après 14 jours d'inactivité.
Si vos pads ont vocation à être temporaires, nous vous remercions de privilégier
cette nouvelle instance :)
<br>
<br>
<b>
UPDATE (30/03/2020):
</b>
La charge sur cette instance continue à augmenter très fortement.
Nous avons donc décidé d'interdire la création de nouveaux pads (vous pouvez toujours utiliser
<a
href=
"https://week.pad.picasoft.net/"
>
week.pad.picasoft.net
</a>
!).
</div>
</div>
</br>
...
...
@@ -68,10 +61,10 @@
<div
class=
"row"
>
<div
class=
"col-1"
>
<input
type=
"radio"
id=
"radio_normal"
name=
"instance"
value=
"normal"
disabled
>
<input
type=
"radio"
id=
"radio_normal"
name=
"instance"
value=
"normal"
>
</div>
<div
class=
"col-11"
>
<label
for=
"week"
style=
"text-decoration: line-through;"
>
Créer un pad sur pad.picasoft.net !
</label><br>
<label
for=
"week"
>
Créer un pad sur pad.picasoft.net !
</label><br>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment