The self-hosted video game tracker
6 | 7 | --- 8 | 9 | ## What is Slaanesh about? 10 | Slaanesh is a game tracker, allowing for keeping track of games played as well as maintaining a wishlist and backlog. 11 | 12 | ## It's a beta release, will it keep my data safe? 13 | Yes, absolutely! 14 | 15 | This is why Slaanesh offers a simple export functionality. Even if Slaanesh somehow corrupts its database, as long as you at least occasionally press the csv export button, all your data will be safe in a very easy to read and easily accessible text format. Just make sure that both the database and export directory are part of the 3-2-1 backup system you are using for your server already anyway. If you don't run a 3-2-1 backup system on your server, then you have bigger things to worry about than Slaanesh ;) 16 | 17 | With that in mind, this still absolutely is a beta release. Not a "I've been using it for months and just calling it beta" release, but a true beta. Maybe alpha. Expect bugs - and ideally report or even help fix them, please. 18 | 19 | ## Screenshots 20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
{{{{ props.row.Name }}}}
642 |"} 652 | {{{{ props.row.Status }}}} 653 | {f'''
''' if color_coding else ""} 654 |{{{{ props.row.Platform }}}}
655 | {r'''{{ props.row.StrDate }}
''' if has_playthroughs else ""} 656 | {r'''{{ props.row.Release_status }}
''' if show_release_status else ""} 657 |{{{{ props.row.Game_comment }}}}
658 | {r'''{{ props.row.Playthrough_comment }}
''' if has_playthroughs else ""} 659 |