Skip to content

Commit e8fac5a

Browse files
authored
minor enhancements to deprecation notice in README
1 parent f368f0d commit e8fac5a

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1+
> This project is unmaintained.
2+
>
3+
> It should not be run exposed to the Internet or placed behind a secure
4+
> reverse proxy with authentication in front.
5+
>
6+
> All versions are pinned so that the `Dockerfile` should build. For a
7+
> working example please see `docker-compose.yml`.
8+
>
9+
> Graphs cannot be imported via the user interface.
10+
> However the database can be backed up
11+
> (`docker compose exec ore-db pg_dump -U ore -d ore > backup.sql`)
12+
> and restored
13+
> (`docker-compose exec -T ore-db psql -U ore -d ore < backup.sql`).
14+
> For this, make sure to remember your username.
15+
> If the database is already used, it can be dropped by running
16+
> `docker-compose exec ore-db dropdb -U ore ore` and recreated empty by
17+
> running `docker-compose exec ore-db createdb -U ore ore`.
18+
119
[![Build Status](https://travis-ci.org/troeger/fuzzed.svg?branch=master)](https://travis-ci.org/troeger/fuzzed)
220
[![Security Status](https://pyup.io/repos/github/troeger/fuzzed/shield.svg)]( https://pyup.io/repos/github/troeger/fuzzed/)
321
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/troeger/fuzzed/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/troeger/fuzzed/?branch=master)
422

523
# ORE - The Open Reliability Editor (former FuzzEd)
624

7-
> This is a legacy application without maintenance. This is not meant to run anywhere exposed to the internet. Please make sure to run a reverse proxy with basicauth in front. All versions are pinned so that the `Dockerfile` can build. For a working example please see `docker-compose.yml`. Make sure to remember your username. Because there is no import, you can back up you db with all graphs `docker compose exec ore-db pg_dump -U ore -d ore > backup.sql` and load with `docker-compose exec -T ore-db psql -U ore -d ore < backup.sql`. If the database is already used, you can drop the old one with `docker-compose exec ore-db dropdb -U ore ore` and create an empty new one with `docker-compose exec ore-db createdb -U ore ore`. Make sure to keep all data safe.
8-
925
Note: FuzzEd becomes ORE. We are in the middle of that process, so don't get confused while both names are still in use.
1026

1127
ORE is an browser-based editor for drawing and analyzing dependability models. The currently supported types are:

0 commit comments

Comments
 (0)