15 lines
587 B
Markdown
15 lines
587 B
Markdown
# ArchRepo
|
|
## Version 2
|
|
|
|
### Past versions
|
|
* [Version 1](https://gitea.kto.black/alex/archrepo/src/branch/version1) is the previous version, running state-fully in
|
|
a dedicated VM, which uses NFS to mount the repository (and thus works only on a local network)
|
|
* [Version 1.1](https://gitea.kto.black/alex/archrepo/src/branch/version1.1), currently used, is an adapted version 1
|
|
with support for a remote repository (via SCP)
|
|
|
|
### Introduction
|
|
Version 2 targets an all-new architecture:
|
|
* written in Python
|
|
* running in a container
|
|
* potentially a stateless and ephemeral container
|