Skip to content

Commit

Permalink
dočištění
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed May 6, 2024
1 parent 43b55fc commit b0ab707
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ services:
# - "/index/:/webarchive/collections/serials/indexes/"
# TOPICS
# Mount topics as archive sources
- "/mnt/archive/23/topics/Topics-2023-07-T-APVVM:/webarchive/collections/topics/archive/23/Topics-2023-07-T-APVVM"
- /mnt/archive/23/topics/Topics-2023-08-T-MilanKundera:/webarchive/collections/topics/archive/23/Topics-2023-08-T-MilanKundera"
- /mnt/archive/23/topics/Topics-2023-07-T-APVVM:/webarchive/collections/topics/archive/23/Topics-2023-07-T-APVVM
- /mnt/archive/23/topics/Topics-2023-08-T-MilanKundera:/webarchive/collections/topics/archive/23/Topics-2023-08-T-MilanKundera
# - type: bind
# source: "/index"
# target: "/webarchive/collections/"
Expand Down
54 changes: 52 additions & 2 deletions docs/Pywb/rozpracované.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,61 @@
# Rozpracované

## Stav 6. Květen 2024,
## Květen 2024

- Automatická Indexace: `/mnt/archive/23/topics/Topics-2023-07-T-APVVM`
- Index: `/mnt/prase`
- Struktura

## Stav Duben 2024
```Dockerfile
pywb:
image: webrecorder/pywb:2.7.4
volumes:
# INDEX
- "/mnt/prase:/webarchive/collections/topics/indexes/"
# ARCHIV
- /mnt/archive/23/topics/Topics-2023-07-T-APVVM:/webarchive/collections/topics/archive/23/Topics-2023-07-T-APVVM
- /mnt/archive/23/topics/Topics-2023-08-T-MilanKundera:/webarchive/collections/topics/archive/23/Topics-2023-08-T-MilanKundera
# KONFIGURACE
- "{{ pywb_dir }}/config.yaml:/webarchive/config.yaml"
```

### Stroktura pro Pywb

> Otázka jestli do téhle struktury zapadají i historická data. Je potřeba projít strukturu archivu od roku 2005.
Varianta 1

```
Collections
- Topic 1 // Tématická sklizeň
- Archive
- 23
- Sklizeň 1
- 24
- Sklizeň 2
- Sklizeň 3
- Indexes // Automaticky generované
- Topic 2 // Tématická sklizeň
```

Varianta 2

```
Collections
- Topic 1 // Tématická sklizeň
- Archive
- Sklizeň 1
- Sklizeň 2
- Sklizeň 3
- Indexes // Automaticky generované
- Topic 2 // Tématická sklizeň
```

## Duben 2024

[Github commit](https://github.com/WebarchivCZ/pywb/commit/bdf54dc3b2ec8d3dc85e5e0d67a8dbcbb12f302e)

Expand Down

0 comments on commit b0ab707

Please sign in to comment.