admin: show go-vod clone tag

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/877/head
Varun Patil 2023-10-16 12:54:29 -07:00
parent 75881b33d0
commit 181c0423ff
1 changed files with 12 additions and 8 deletions

View File

@ -17,15 +17,19 @@
{{ binaryStatus('go-vod', status.govod) }}
</NcNoteCard>
{{ t('memories', 'If you want to use an external go-vod, make sure you have the correct tag.') }}
<br />
<code>git clone -b {{ status.govod_want }} https://github.com/pulsejet/go-vod</code>
</template>
<NcCheckboxRadioSwitch
:disabled="!enableTranscoding"
:checked.sync="config['memories.vod.external']"
@update:checked="update('memories.vod.external')"
type="switch"
>
{{ t('memories', 'Enable external transcoder (go-vod {version})', { version: status.govod_want }) }}
{{ t('memories', 'Enable external transcoder') }}
</NcCheckboxRadioSwitch>
</template>
<NcTextField
:disabled="!enableTranscoding"